#BBD284

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

Shades of Caper #BBD284

Tints of Caper #BBD284

Color information

#BBD284 (or 0xBBD284) is unknown color: approx Caper. HEX triplet: BB, D2 and 84. RGB value is (187,210,132). Sum of RGB (Red+Green+Blue) = 187+210+132=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 132 (51.95% from 255 or 24.95% from 529); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD284 is #442D7B. Grayscale: #C2C2C2. Windows color (decimal): -4468092 or 8704699. OLE color: 8704699.

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

Color convert

RGB187210132-
CMYK0.1100.370.18
HSL77.69º46.43%67.06%-
HSV(B)77.69º37.14%82.35%-
XYZ47.758.3230.57-
YUV194.2392.88122.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.35%
GREEN value IS 210 (82.42% from 255) = 39.70%
BLUE value IS 132 (51.95% from 255) = 24.95%
R=35.35%
G=39.70%
B=24.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872101320.1100.370.1877.6946.4367.06
HexBBD284B025124e2e43
Octal273322204130452211656103
Binary101110111101001010000100101101001011001010011101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD284; }

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

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

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

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

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

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

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

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