#BFDD8E

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

Shades of Sulu #BFDD8E

Tints of Sulu #BFDD8E

Color information

#BFDD8E (or 0xBFDD8E) is unknown color: approx Sulu. HEX triplet: BF, DD and 8E. RGB value is (191,221,142). Sum of RGB (Red+Green+Blue) = 191+221+142=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 142 (55.86% from 255 or 25.63% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDD8E is #402271. Grayscale: #CBCBCB. Windows color (decimal): -4203122 or 9362879. OLE color: 9362879.

HSL color Cylindrical-coordinate representation of color #BFDD8E: hue angle of 82.78º degrees, saturation: 0.54, 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 #BFDD8E is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB191221142-
CMYK0.1400.360.13
HSL82.78º53.74%71.18%-
HSV(B)82.78º35.75%86.67%-
XYZ52.2264.7435.34-
YUV203.0293.56119.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.48%
GREEN value IS 221 (86.72% from 255) = 39.89%
BLUE value IS 142 (55.86% from 255) = 25.63%
R=34.48%
G=39.89%
B=25.63%

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
Decimal1912211420.1400.360.1382.7853.7471.18
HexBFDD8EE024D533647
Octal277335216160441512366107
Binary10111111110111011000111011100100100110110100111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDD8E; }

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

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

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

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

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

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

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

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