#BBCF89

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

Shades of Caper #BBCF89

Tints of Caper #BBCF89

Color information

#BBCF89 (or 0xBBCF89) is unknown color: approx Caper. HEX triplet: BB, CF and 89. RGB value is (187,207,137). Sum of RGB (Red+Green+Blue) = 187+207+137=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 137 (53.91% from 255 or 25.80% from 531); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCF89 is #443076. Grayscale: #C1C1C1. Windows color (decimal): -4468855 or 9031611. OLE color: 9031611.

HSL color Cylindrical-coordinate representation of color #BBCF89: hue angle of 77.14º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBCF89 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB187207137-
CMYK0.1000.340.19
HSL77.14º42.17%67.45%-
HSV(B)77.14º33.82%81.18%-
XYZ47.325732.17-
YUV193.0496.37123.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.22%
GREEN value IS 207 (81.25% from 255) = 38.98%
BLUE value IS 137 (53.91% from 255) = 25.80%
R=35.22%
G=38.98%
B=25.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872071370.1000.340.1977.1442.1767.45
HexBBCF89A022134d2a43
Octal273317211120422311552103
Binary101110111100111110001001101001000101001110011011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCF89; }

 p { color: rgb(187,207,137); }

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

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

 a { background-color: rgb(187,207,137); }

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

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

 span { border-color: rgb(187,207,137); }

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