#BBCF84

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

Shades of Caper #BBCF84

Tints of Caper #BBCF84

Color information

#BBCF84 (or 0xBBCF84) is unknown color: approx Caper. HEX triplet: BB, CF and 84. RGB value is (187,207,132). Sum of RGB (Red+Green+Blue) = 187+207+132=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 132 (51.95% from 255 or 25.10% from 526); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCF84 is #44307B. Grayscale: #C0C0C0. Windows color (decimal): -4468860 or 8703931. OLE color: 8703931.

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

Color convert

RGB187207132-
CMYK0.1000.360.19
HSL76º43.86%66.47%-
HSV(B)76º36.23%81.18%-
XYZ46.9756.8630.33-
YUV192.4793.87124.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 207 (81.25% from 255) = 39.35%
BLUE value IS 132 (51.95% from 255) = 25.10%
R=35.55%
G=39.35%
B=25.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872071320.1000.360.197643.8666.47
HexBBCF84A024134c2c42
Octal273317204120442311454102
Binary101110111100111110000100101001001001001110011001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCF84; }

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

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

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

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

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

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

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

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