#BFD387

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

Shades of Deco #BFD387

Tints of Deco #BFD387

Color information

#BFD387 (or 0xBFD387) is unknown color: approx Deco. HEX triplet: BF, D3 and 87. RGB value is (191,211,135). Sum of RGB (Red+Green+Blue) = 191+211+135=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 135 (53.12% from 255 or 25.14% from 537); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD387 is #402C78. Grayscale: #C4C4C4. Windows color (decimal): -4205689 or 8901567. OLE color: 8901567.

HSL color Cylindrical-coordinate representation of color #BFD387: hue angle of 75.79º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFD387 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB191211135-
CMYK0.0900.360.17
HSL75.79º46.34%67.84%-
HSV(B)75.79º36.02%82.75%-
XYZ49.1559.4131.8-
YUV196.3693.37124.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.57%
GREEN value IS 211 (82.81% from 255) = 39.29%
BLUE value IS 135 (53.12% from 255) = 25.14%
R=35.57%
G=39.29%
B=25.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1912111350.0900.360.1775.7946.3467.84
HexBFD3879024114c2e44
Octal277323207110442111456104
Binary101111111101001110000111100101001001000110011001011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD387; }

 p { color: rgb(191,211,135); }

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

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

 a { background-color: rgb(191,211,135); }

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

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

 span { border-color: rgb(191,211,135); }

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