#BBD17C

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

Shades of Caper #BBD17C

Tints of Caper #BBD17C

Color information

#BBD17C (or 0xBBD17C) is unknown color: approx Caper. HEX triplet: BB, D1 and 7C. RGB value is (187,209,124). Sum of RGB (Red+Green+Blue) = 187+209+124=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 209 (82.03% from 255 or 40.19% from 520); Blue value is 124 (48.83% from 255 or 23.85% from 520); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD17C is #442E83. Grayscale: #C1C1C1. Windows color (decimal): -4468356 or 8180155. OLE color: 8180155.

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

Color convert

RGB187209124-
CMYK0.1100.410.18
HSL75.53º48.02%65.29%-
HSV(B)75.53º40.67%81.96%-
XYZ46.9357.6227.72-
YUV192.7389.21123.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.96%
GREEN value IS 209 (82.03% from 255) = 40.19%
BLUE value IS 124 (48.83% from 255) = 23.85%
R=35.96%
G=40.19%
B=23.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872091240.1100.410.1875.5348.0265.29
HexBBD17CB029124c3041
Octal273321174130512211460101
Binary10111011110100011111100101101010011001010011001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD17C; }

 p { color: rgb(187,209,124); }

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

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

 a { background-color: rgb(187,209,124); }

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

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

 span { border-color: rgb(187,209,124); }

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