#BCCEAB

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

Shades of Pixie Green #BCCEAB

Tints of Pixie Green #BCCEAB

Color information

#BCCEAB (or 0xBCCEAB) is unknown color: approx Pixie Green. HEX triplet: BC, CE and AB. RGB value is (188,206,171). Sum of RGB (Red+Green+Blue) = 188+206+171=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCEAB is #433154. Grayscale: #C4C4C4. Windows color (decimal): -4403541 or 11259580. OLE color: 11259580.

HSL color Cylindrical-coordinate representation of color #BCCEAB: hue angle of 90.86º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCCEAB is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB188206171-
CMYK0.0900.170.19
HSL90.86º26.32%73.92%-
HSV(B)90.86º16.99%80.78%-
XYZ50.1657.7747.04-
YUV196.63113.54121.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.27%
GREEN value IS 206 (80.86% from 255) = 36.46%
BLUE value IS 171 (67.19% from 255) = 30.27%
R=33.27%
G=36.46%
B=30.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882061710.0900.170.1990.8626.3273.92
HexBCCEAB9011135b1a4a
Octal274316253110212313332112
Binary1011110011001110101010111001010001100111011011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCEAB; }

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

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

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

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

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

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

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

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