#bdf886

Color #BDF886 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BDF886

Tints of Sulu #BDF886

Color information

#BDF886 (or 0xBDF886) is unknown color: approx Sulu. HEX triplet: BD, F8 and 86. RGB value is (189,248,134). Sum of RGB (Red+Green+Blue) = 189+248+134=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 248 (97.27% from 255 or 43.43% from 571); Blue value is 134 (52.73% from 255 or 23.47% from 571); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF886 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF886 is #420779. Grayscale: #D9D9D9. Windows color (decimal): -4327290 or 8845501. OLE color: 8845501.

HSL color Cylindrical-coordinate representation of color #BDF886: hue angle of 91.05º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDF886 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB189248134-
CMYK0.2400.460.03
HSL91.05º89.06%74.9%-
HSV(B)91.05º45.97%97.25%-
XYZ58.8679.6734.83-
YUV217.3680.95107.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 33.10%
GREEN value IS 248 (97.27% from 255) = 43.43%
BLUE value IS 134 (52.73% from 255) = 23.47%
R=33.10%
G=43.43%
B=23.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892481340.2400.460.0391.0589.0674.9
HexBDF8861802E35b594b
Octal275370206300563133131113
Binary10111101111110001000011011000010111011101101110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdf886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdf886; }

 p { color: rgb(189,248,134); }

 H1.HeaderClassName
 {
   color: #bdf886;
 }
 .AnyTagClassName
 {
   color: #bdf886;
 }
</style>
background-color css

<style>
 a { background-color: #bdf886; }

 a { background-color: rgb(189,248,134); }

 div.DivClassName
 {
   background-color: #bdf886;
 }
 .BgClassName
 {
   background-color: #bdf886;
 }
</style>
border-color css

<style>
 span { border-color: #bdf886; }

 span { border-color: rgb(189,248,134); }

 td.TdClassName
 {
   border-color: #bdf886;
 }
 .TagClassName
 {
   border-color: #bdf886;
 }
</style>