#BBCBAC

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

Shades of Pixie Green #BBCBAC

Tints of Pixie Green #BBCBAC

Color information

#BBCBAC (or 0xBBCBAC) is unknown color: approx Pixie Green. HEX triplet: BB, CB and AC. RGB value is (187,203,172). Sum of RGB (Red+Green+Blue) = 187+203+172=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCBAC is #443453. Grayscale: #C2C2C2. Windows color (decimal): -4469844 or 11324347. OLE color: 11324347.

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

Color convert

RGB187203172-
CMYK0.0800.150.20
HSL90.97º22.96%73.53%-
HSV(B)90.97º15.27%79.61%-
XYZ49.356.2647.29-
YUV194.68115.2122.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.27%
GREEN value IS 203 (79.69% from 255) = 36.12%
BLUE value IS 172 (67.58% from 255) = 30.60%
R=33.27%
G=36.12%
B=30.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872031720.0800.150.2090.9722.9673.53
HexBBCBAC80F145b174a
Octal273313254100172413327112
Binary101110111100101110101100100001111101001011011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCBAC; }

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

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

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

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

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

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

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

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