#BBCBAB

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

Shades of Pixie Green #BBCBAB

Tints of Pixie Green #BBCBAB

Color information

#BBCBAB (or 0xBBCBAB) is unknown color: approx Pixie Green. HEX triplet: BB, CB and AB. RGB value is (187,203,171). Sum of RGB (Red+Green+Blue) = 187+203+171=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCBAB is #443454. Grayscale: #C2C2C2. Windows color (decimal): -4469845 or 11258811. OLE color: 11258811.

HSL color Cylindrical-coordinate representation of color #BBCBAB: hue angle of 90º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBCBAB is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB187203171-
CMYK0.0800.160.20
HSL90º23.53%73.33%-
HSV(B)90º15.76%79.61%-
XYZ49.256.2246.79-
YUV194.57114.7122.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.33%
GREEN value IS 203 (79.69% from 255) = 36.19%
BLUE value IS 171 (67.19% from 255) = 30.48%
R=33.33%
G=36.19%
B=30.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872031710.0800.160.209023.5373.33
HexBBCBAB8010145a1849
Octal273313253100202413230111
Binary1011101111001011101010111000010000101001011010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCBAB; }

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

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

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

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

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

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

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

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