#BDF284

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

Shades of Sulu #BDF284

Tints of Sulu #BDF284

Color information

#BDF284 (or 0xBDF284) is unknown color: approx Sulu. HEX triplet: BD, F2 and 84. RGB value is (189,242,132). Sum of RGB (Red+Green+Blue) = 189+242+132=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 132 (51.95% from 255 or 23.45% from 563); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF284 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF284 is #420D7B. Grayscale: #D6D6D6. Windows color (decimal): -4328828 or 8712893. OLE color: 8712893.

HSL color Cylindrical-coordinate representation of color #BDF284: hue angle of 88.91º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDF284 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB189242132-
CMYK0.2200.450.05
HSL88.91º80.88%73.33%-
HSV(B)88.91º45.45%94.9%-
XYZ56.975.9933.5-
YUV213.6181.94110.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.57%
GREEN value IS 242 (94.92% from 255) = 42.98%
BLUE value IS 132 (51.95% from 255) = 23.45%
R=33.57%
G=42.98%
B=23.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892421320.2200.450.0588.9180.8873.33
HexBDF2841602D5595149
Octal275362204260555131121111
Binary101111011111001010000100101100101101101101100110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF284; }

 p { color: rgb(189,242,132); }

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

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

 a { background-color: rgb(189,242,132); }

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

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

 span { border-color: rgb(189,242,132); }

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