#BFDE91

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

Shades of Sulu #BFDE91

Tints of Sulu #BFDE91

Color information

#BFDE91 (or 0xBFDE91) is unknown color: approx Sulu. HEX triplet: BF, DE and 91. RGB value is (191,222,145). Sum of RGB (Red+Green+Blue) = 191+222+145=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 222 (87.11% from 255 or 39.78% from 558); Blue value is 145 (57.03% from 255 or 25.99% from 558); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDE91 is #40216E. Grayscale: #CCCCCC. Windows color (decimal): -4202863 or 9559743. OLE color: 9559743.

HSL color Cylindrical-coordinate representation of color #BFDE91: hue angle of 84.16º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFDE91 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB191222145-
CMYK0.1400.350.13
HSL84.16º53.85%71.96%-
HSV(B)84.16º34.68%87.06%-
XYZ52.7265.3636.63-
YUV203.9594.73118.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.23%
GREEN value IS 222 (87.11% from 255) = 39.78%
BLUE value IS 145 (57.03% from 255) = 25.99%
R=34.23%
G=39.78%
B=25.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912221450.1400.350.1384.1653.8571.96
HexBFDE91E023D543648
Octal277336221160431512466110
Binary10111111110111101001000111100100011110110101001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDE91; }

 p { color: rgb(191,222,145); }

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

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

 a { background-color: rgb(191,222,145); }

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

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

 span { border-color: rgb(191,222,145); }

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