#BCCBAB

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

Shades of Pixie Green #BCCBAB

Tints of Pixie Green #BCCBAB

Color information

#BCCBAB (or 0xBCCBAB) is unknown color: approx Pixie Green. HEX triplet: BC, CB and AB. RGB value is (188,203,171). Sum of RGB (Red+Green+Blue) = 188+203+171=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCBAB is #433454. Grayscale: #C2C2C2. Windows color (decimal): -4404309 or 11258812. OLE color: 11258812.

HSL color Cylindrical-coordinate representation of color #BCCBAB: hue angle of 88.12º 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 #BCCBAB is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB188203171-
CMYK0.0700.160.20
HSL88.12º23.53%73.33%-
HSV(B)88.12º15.76%79.61%-
XYZ49.4556.3446.8-
YUV194.87114.53123.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.45%
GREEN value IS 203 (79.69% from 255) = 36.12%
BLUE value IS 171 (67.19% from 255) = 30.43%
R=33.45%
G=36.12%
B=30.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882031710.0700.160.2088.1223.5373.33
HexBCCBAB701014581849
Octal27431325370202413030111
Binary101111001100101110101011111010000101001011000110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCBAB; }

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

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

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

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

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

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

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

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