#BBD080

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

Shades of Caper #BBD080

Tints of Caper #BBD080

Color information

#BBD080 (or 0xBBD080) is unknown color: approx Caper. HEX triplet: BB, D0 and 80. RGB value is (187,208,128). Sum of RGB (Red+Green+Blue) = 187+208+128=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD080 is #442F7F. Grayscale: #C0C0C0. Windows color (decimal): -4468608 or 8442043. OLE color: 8442043.

HSL color Cylindrical-coordinate representation of color #BBD080: hue angle of 75.75º degrees, saturation: 0.46, 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 #BBD080 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB187208128-
CMYK0.1000.380.18
HSL75.75º45.98%65.88%-
HSV(B)75.75º38.46%81.57%-
XYZ46.9557.2429-
YUV192.691.54124-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.76%
GREEN value IS 208 (81.64% from 255) = 39.77%
BLUE value IS 128 (50.39% from 255) = 24.47%
R=35.76%
G=39.77%
B=24.47%

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
Decimal1872081280.1000.380.1875.7545.9865.88
HexBBD080A026124c2e42
Octal273320200120462211456102
Binary101110111101000010000000101001001101001010011001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD080; }

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

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

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

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

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

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

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

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