#BDF890

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

Shades of Sulu #BDF890

Tints of Sulu #BDF890

Color information

#BDF890 (or 0xBDF890) is unknown color: approx Sulu. HEX triplet: BD, F8 and 90. RGB value is (189,248,144). Sum of RGB (Red+Green+Blue) = 189+248+144=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 248 (97.27% from 255 or 42.69% from 581); Blue value is 144 (56.64% from 255 or 24.78% from 581); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF890 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF890 is #42076F. Grayscale: #DADADA. Windows color (decimal): -4327280 or 9500861. OLE color: 9500861.

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

Color convert

RGB189248144-
CMYK0.2400.420.03
HSL94.04º88.14%76.86%-
HSV(B)94.04º41.94%97.25%-
XYZ59.5979.9738.68-
YUV218.585.95106.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.53%
GREEN value IS 248 (97.27% from 255) = 42.69%
BLUE value IS 144 (56.64% from 255) = 24.78%
R=32.53%
G=42.69%
B=24.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892481440.2400.420.0394.0488.1476.86
HexBDF8901802A35e584d
Octal275370220300523136130115
Binary10111101111110001001000011000010101011101111010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF890; }

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

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

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

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

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

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

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

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