#BBC3AB

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

Shades of Pale Leaf #BBC3AB

Tints of Pale Leaf #BBC3AB

Color information

#BBC3AB (or 0xBBC3AB) is unknown color: approx Pale Leaf. HEX triplet: BB, C3 and AB. RGB value is (187,195,171). Sum of RGB (Red+Green+Blue) = 187+195+171=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 195 (76.56% from 255 or 35.26% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC3AB is #443C54. Grayscale: #BDBDBD. Windows color (decimal): -4471893 or 11256763. OLE color: 11256763.

HSL color Cylindrical-coordinate representation of color #BBC3AB: hue angle of 80º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBC3AB is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB187195171-
CMYK0.0400.120.24
HSL80º16.67%71.76%-
HSV(B)80º12.31%76.47%-
XYZ47.3652.5446.17-
YUV189.87117.35125.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.82%
GREEN value IS 195 (76.56% from 255) = 35.26%
BLUE value IS 171 (67.19% from 255) = 30.92%
R=33.82%
G=35.26%
B=30.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871951710.0400.120.248016.6771.76
HexBBC3AB40C18501148
Octal27330325340143012021110
Binary10111011110000111010101110001100110001010000100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC3AB; }

 p { color: rgb(187,195,171); }

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

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

 a { background-color: rgb(187,195,171); }

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

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

 span { border-color: rgb(187,195,171); }

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