#BBC9AB

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

Shades of Pixie Green #BBC9AB

Tints of Pixie Green #BBC9AB

Color information

#BBC9AB (or 0xBBC9AB) is unknown color: approx Pixie Green. HEX triplet: BB, C9 and AB. RGB value is (187,201,171). Sum of RGB (Red+Green+Blue) = 187+201+171=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 201 (78.91% from 255 or 35.96% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC9AB is #443654. Grayscale: #C1C1C1. Windows color (decimal): -4470357 or 11258299. OLE color: 11258299.

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

Color convert

RGB187201171-
CMYK0.0700.150.21
HSL88º21.74%72.94%-
HSV(B)88º14.93%78.82%-
XYZ48.7355.2846.63-
YUV193.39115.36123.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.45%
GREEN value IS 201 (78.91% from 255) = 35.96%
BLUE value IS 171 (67.19% from 255) = 30.59%
R=33.45%
G=35.96%
B=30.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872011710.0700.150.218821.7472.94
HexBBC9AB70F15581649
Octal27331125370172513026111
Binary10111011110010011010101111101111101011011000101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC9AB; }

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

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

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

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

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

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

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

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