#BFDF8E

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

Shades of Sulu #BFDF8E

Tints of Sulu #BFDF8E

Color information

#BFDF8E (or 0xBFDF8E) is unknown color: approx Sulu. HEX triplet: BF, DF and 8E. RGB value is (191,223,142). Sum of RGB (Red+Green+Blue) = 191+223+142=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 142 (55.86% from 255 or 25.54% from 556); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDF8E is #402071. Grayscale: #CCCCCC. Windows color (decimal): -4202610 or 9363391. OLE color: 9363391.

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

Color convert

RGB191223142-
CMYK0.1400.360.13
HSL83.7º55.86%71.57%-
HSV(B)83.7º36.32%87.45%-
XYZ52.7665.835.51-
YUV204.292.9118.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.35%
GREEN value IS 223 (87.5% from 255) = 40.11%
BLUE value IS 142 (55.86% from 255) = 25.54%
R=34.35%
G=40.11%
B=25.54%

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
Decimal1912231420.1400.360.1383.755.8671.57
HexBFDF8EE024D543848
Octal277337216160441512470110
Binary10111111110111111000111011100100100110110101001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDF8E; }

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

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

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

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

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

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

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

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