#BBD082

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

Shades of Caper #BBD082

Tints of Caper #BBD082

Color information

#BBD082 (or 0xBBD082) is unknown color: approx Caper. HEX triplet: BB, D0 and 82. RGB value is (187,208,130). Sum of RGB (Red+Green+Blue) = 187+208+130=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD082 is #442F7D. Grayscale: #C1C1C1. Windows color (decimal): -4468606 or 8573115. OLE color: 8573115.

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

Color convert

RGB187208130-
CMYK0.1000.380.18
HSL76.15º45.35%66.27%-
HSV(B)76.15º37.5%81.57%-
XYZ47.0857.2929.7-
YUV192.8392.54123.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.62%
GREEN value IS 208 (81.64% from 255) = 39.62%
BLUE value IS 130 (51.17% from 255) = 24.76%
R=35.62%
G=39.62%
B=24.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872081300.1000.380.1876.1545.3566.27
HexBBD082A026124c2d42
Octal273320202120462211455102
Binary101110111101000010000010101001001101001010011001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD082; }

 p { color: rgb(187,208,130); }

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

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

 a { background-color: rgb(187,208,130); }

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

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

 span { border-color: rgb(187,208,130); }

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