#BFDE8E

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

Shades of Sulu #BFDE8E

Tints of Sulu #BFDE8E

Color information

#BFDE8E (or 0xBFDE8E) is unknown color: approx Sulu. HEX triplet: BF, DE and 8E. RGB value is (191,222,142). Sum of RGB (Red+Green+Blue) = 191+222+142=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 142 (55.86% from 255 or 25.59% from 555); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDE8E is #402171. Grayscale: #CBCBCB. Windows color (decimal): -4202866 or 9363135. OLE color: 9363135.

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

Color convert

RGB191222142-
CMYK0.1400.360.13
HSL83.25º54.79%71.37%-
HSV(B)83.25º36.04%87.06%-
XYZ52.4965.2735.42-
YUV203.6193.23119-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.41%
GREEN value IS 222 (87.11% from 255) = 40%
BLUE value IS 142 (55.86% from 255) = 25.59%
R=34.41%
G=40%
B=25.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912221420.1400.360.1383.2554.7971.37
HexBFDE8EE024D533747
Octal277336216160441512367107
Binary10111111110111101000111011100100100110110100111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDE8E; }

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

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

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

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

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

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

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

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