#BBCD89

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

Shades of Caper #BBCD89

Tints of Caper #BBCD89

Color information

#BBCD89 (or 0xBBCD89) is unknown color: approx Caper. HEX triplet: BB, CD and 89. RGB value is (187,205,137). Sum of RGB (Red+Green+Blue) = 187+205+137=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 137 (53.91% from 255 or 25.90% from 529); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCD89 is #443276. Grayscale: #C0C0C0. Windows color (decimal): -4469367 or 9031099. OLE color: 9031099.

HSL color Cylindrical-coordinate representation of color #BBCD89: hue angle of 75.88º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBCD89 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB187205137-
CMYK0.0900.330.20
HSL75.88º40.48%67.06%-
HSV(B)75.88º33.17%80.39%-
XYZ46.8456.0332.01-
YUV191.8797.04124.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.35%
GREEN value IS 205 (80.47% from 255) = 38.75%
BLUE value IS 137 (53.91% from 255) = 25.90%
R=35.35%
G=38.75%
B=25.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872051370.0900.330.2075.8840.4867.06
HexBBCD899021144c2843
Octal273315211110412411450103
Binary101110111100110110001001100101000011010010011001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCD89; }

 p { color: rgb(187,205,137); }

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

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

 a { background-color: rgb(187,205,137); }

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

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

 span { border-color: rgb(187,205,137); }

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