#BBC8AD

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

Shades of Pixie Green #BBC8AD

Tints of Pixie Green #BBC8AD

Color information

#BBC8AD (or 0xBBC8AD) is unknown color: approx Pixie Green. HEX triplet: BB, C8 and AD. RGB value is (187,200,173). Sum of RGB (Red+Green+Blue) = 187+200+173=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 200 (78.52% from 255 or 35.71% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC8AD is #443752. Grayscale: #C1C1C1. Windows color (decimal): -4470611 or 11389115. OLE color: 11389115.

HSL color Cylindrical-coordinate representation of color #BBC8AD: hue angle of 88.89º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBC8AD is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB187200173-
CMYK0.0600.140.22
HSL88.89º19.71%73.14%-
HSV(B)88.89º13.5%78.43%-
XYZ48.6954.8947.56-
YUV193.04116.69123.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.39%
GREEN value IS 200 (78.52% from 255) = 35.71%
BLUE value IS 173 (67.97% from 255) = 30.89%
R=33.39%
G=35.71%
B=30.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1872001730.0600.140.2288.8919.7173.14
HexBBC8AD60E16591449
Octal27331025560162613124111
Binary10111011110010001010110111001110101101011001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC8AD; }

 p { color: rgb(187,200,173); }

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

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

 a { background-color: rgb(187,200,173); }

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

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

 span { border-color: rgb(187,200,173); }

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