#BBCF88

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

Shades of Caper #BBCF88

Tints of Caper #BBCF88

Color information

#BBCF88 (or 0xBBCF88) is unknown color: approx Caper. HEX triplet: BB, CF and 88. RGB value is (187,207,136). Sum of RGB (Red+Green+Blue) = 187+207+136=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 136 (53.52% from 255 or 25.66% from 530); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCF88 is #443077. Grayscale: #C1C1C1. Windows color (decimal): -4468856 or 8966075. OLE color: 8966075.

HSL color Cylindrical-coordinate representation of color #BBCF88: hue angle of 76.9º degrees, saturation: 0.43, 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 #BBCF88 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB187207136-
CMYK0.1000.340.19
HSL76.9º42.51%67.25%-
HSV(B)76.9º34.3%81.18%-
XYZ47.2556.9731.8-
YUV192.9395.87123.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.28%
GREEN value IS 207 (81.25% from 255) = 39.06%
BLUE value IS 136 (53.52% from 255) = 25.66%
R=35.28%
G=39.06%
B=25.66%

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
Decimal1872071360.1000.340.1976.942.5167.25
HexBBCF88A022134d2b43
Octal273317210120422311553103
Binary101110111100111110001000101001000101001110011011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCF88; }

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

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

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

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

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

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

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

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