#BBCBA6

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

Shades of Pixie Green #BBCBA6

Tints of Pixie Green #BBCBA6

Color information

#BBCBA6 (or 0xBBCBA6) is unknown color: approx Pixie Green. HEX triplet: BB, CB and A6. RGB value is (187,203,166). Sum of RGB (Red+Green+Blue) = 187+203+166=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 166 (65.23% from 255 or 29.86% from 556); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCBA6 is #443459. Grayscale: #C2C2C2. Windows color (decimal): -4469850 or 10931131. OLE color: 10931131.

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

Color convert

RGB187203166-
CMYK0.0800.180.20
HSL85.95º26.24%72.35%-
HSV(B)85.95º18.23%79.61%-
XYZ48.7356.0344.32-
YUV194112.2123.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.63%
GREEN value IS 203 (79.69% from 255) = 36.51%
BLUE value IS 166 (65.23% from 255) = 29.86%
R=33.63%
G=36.51%
B=29.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872031660.0800.180.2085.9526.2472.35
HexBBCBA6801214561a48
Octal273313246100222412632110
Binary1011101111001011101001101000010010101001010110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCBA6; }

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

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

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

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

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

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

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

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