#BCCBAF

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

Shades of Pixie Green #BCCBAF

Tints of Pixie Green #BCCBAF

Color information

#BCCBAF (or 0xBCCBAF) is unknown color: approx Pixie Green. HEX triplet: BC, CB and AF. RGB value is (188,203,175). Sum of RGB (Red+Green+Blue) = 188+203+175=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCBAF is #433450. Grayscale: #C3C3C3. Windows color (decimal): -4404305 or 11520956. OLE color: 11520956.

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

Color convert

RGB188203175-
CMYK0.0700.140.20
HSL92.14º21.21%74.12%-
HSV(B)92.14º13.79%79.61%-
XYZ49.8356.548.84-
YUV195.32116.53122.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.22%
GREEN value IS 203 (79.69% from 255) = 35.87%
BLUE value IS 175 (68.75% from 255) = 30.92%
R=33.22%
G=35.87%
B=30.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882031750.0700.140.2092.1421.2174.12
HexBCCBAF70E145c154a
Octal27431325770162413425112
Binary10111100110010111010111111101110101001011100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCBAF; }

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

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

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

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

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

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

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

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