#BBD288

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

Shades of Caper #BBD288

Tints of Caper #BBD288

Color information

#BBD288 (or 0xBBD288) is unknown color: approx Caper. HEX triplet: BB, D2 and 88. RGB value is (187,210,136). Sum of RGB (Red+Green+Blue) = 187+210+136=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 136 (53.52% from 255 or 25.52% from 533); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD288 is #442D77. Grayscale: #C2C2C2. Windows color (decimal): -4468088 or 8966843. OLE color: 8966843.

HSL color Cylindrical-coordinate representation of color #BBD288: hue angle of 78.65º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBD288 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB187210136-
CMYK0.1100.350.18
HSL78.65º45.12%67.84%-
HSV(B)78.65º35.24%82.35%-
XYZ47.9858.4432.04-
YUV194.6994.88122.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.08%
GREEN value IS 210 (82.42% from 255) = 39.40%
BLUE value IS 136 (53.52% from 255) = 25.52%
R=35.08%
G=39.40%
B=25.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872101360.1100.350.1878.6545.1267.84
HexBBD288B023124f2d44
Octal273322210130432211755104
Binary101110111101001010001000101101000111001010011111011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD288; }

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

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

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

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

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

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

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

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