#BDF891

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

Shades of Sulu #BDF891

Tints of Sulu #BDF891

Color information

#BDF891 (or 0xBDF891) is unknown color: approx Sulu. HEX triplet: BD, F8 and 91. RGB value is (189,248,145). Sum of RGB (Red+Green+Blue) = 189+248+145=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 248 (97.27% from 255 or 42.61% from 582); Blue value is 145 (57.03% from 255 or 24.91% from 582); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF891 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF891 is #42076E. Grayscale: #DADADA. Windows color (decimal): -4327279 or 9566397. OLE color: 9566397.

HSL color Cylindrical-coordinate representation of color #BDF891: hue angle of 94.37º 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 #BDF891 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB189248145-
CMYK0.2400.420.03
HSL94.37º88.03%77.06%-
HSV(B)94.37º41.53%97.25%-
XYZ59.668039.08-
YUV218.6286.45106.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.47%
GREEN value IS 248 (97.27% from 255) = 42.61%
BLUE value IS 145 (57.03% from 255) = 24.91%
R=32.47%
G=42.61%
B=24.91%

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
Decimal1892481450.2400.420.0394.3788.0377.06
HexBDF8911802A35e584d
Octal275370221300523136130115
Binary10111101111110001001000111000010101011101111010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF891; }

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

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

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

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

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

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

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

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