#BBC0AF

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

Shades of Pale Leaf #BBC0AF

Tints of Pale Leaf #BBC0AF

Color information

#BBC0AF (or 0xBBC0AF) is unknown color: approx Pale Leaf. HEX triplet: BB, C0 and AF. RGB value is (187,192,175). Sum of RGB (Red+Green+Blue) = 187+192+175=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC0AF is #443F50. Grayscale: #BCBCBC. Windows color (decimal): -4472657 or 11518139. OLE color: 11518139.

HSL color Cylindrical-coordinate representation of color #BBC0AF: hue angle of 77.65º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBC0AF is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB187192175-
CMYK0.0300.090.25
HSL77.65º11.89%71.96%-
HSV(B)77.65º8.85%75.29%-
XYZ47.0851.3647.99-
YUV188.57120.34126.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.75%
GREEN value IS 192 (75.39% from 255) = 34.66%
BLUE value IS 175 (68.75% from 255) = 31.59%
R=33.75%
G=34.66%
B=31.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871921750.0300.090.2577.6511.8971.96
HexBBC0AF309194ec48
Octal27330025730113111614110
Binary101110111100000010101111110100111001100111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC0AF; }

 p { color: rgb(187,192,175); }

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

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

 a { background-color: rgb(187,192,175); }

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

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

 span { border-color: rgb(187,192,175); }

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