#BBC1AC

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

Shades of Pale Leaf #BBC1AC

Tints of Pale Leaf #BBC1AC

Color information

#BBC1AC (or 0xBBC1AC) is unknown color: approx Pale Leaf. HEX triplet: BB, C1 and AC. RGB value is (187,193,172). Sum of RGB (Red+Green+Blue) = 187+193+172=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC1AC is #443E53. Grayscale: #BCBCBC. Windows color (decimal): -4472404 or 11321787. OLE color: 11321787.

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

Color convert

RGB187193172-
CMYK0.0300.110.24
HSL77.14º14.48%71.57%-
HSV(B)77.14º10.88%75.69%-
XYZ47.0151.6846.53-
YUV188.81118.51126.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.88%
GREEN value IS 193 (75.78% from 255) = 34.96%
BLUE value IS 172 (67.58% from 255) = 31.16%
R=33.88%
G=34.96%
B=31.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871931720.0300.110.2477.1414.4871.57
HexBBC1AC30B184de48
Octal27330125430133011516110
Binary101110111100000110101100110101111000100110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC1AC; }

 p { color: rgb(187,193,172); }

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

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

 a { background-color: rgb(187,193,172); }

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

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

 span { border-color: rgb(187,193,172); }

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