#BBC9AD

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

Shades of Pixie Green #BBC9AD

Tints of Pixie Green #BBC9AD

Color information

#BBC9AD (or 0xBBC9AD) is unknown color: approx Pixie Green. HEX triplet: BB, C9 and AD. RGB value is (187,201,173). Sum of RGB (Red+Green+Blue) = 187+201+173=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC9AD is #443652. Grayscale: #C1C1C1. Windows color (decimal): -4470355 or 11389371. OLE color: 11389371.

HSL color Cylindrical-coordinate representation of color #BBC9AD: hue angle of 90º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBC9AD is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB187201173-
CMYK0.0700.140.21
HSL90º20.59%73.33%-
HSV(B)90º13.93%78.82%-
XYZ48.9255.3647.64-
YUV193.62116.36123.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.33%
GREEN value IS 201 (78.91% from 255) = 35.83%
BLUE value IS 173 (67.97% from 255) = 30.84%
R=33.33%
G=35.83%
B=30.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872011730.0700.140.219020.5973.33
HexBBC9AD70E155a1549
Octal27331125570162513225111
Binary10111011110010011010110111101110101011011010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC9AD; }

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

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

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

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

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

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

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

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