#BCCEAF

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

Shades of Pixie Green #BCCEAF

Tints of Pixie Green #BCCEAF

Color information

#BCCEAF (or 0xBCCEAF) is unknown color: approx Pixie Green. HEX triplet: BC, CE and AF. RGB value is (188,206,175). Sum of RGB (Red+Green+Blue) = 188+206+175=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCEAF is #433150. Grayscale: #C5C5C5. Windows color (decimal): -4403537 or 11521724. OLE color: 11521724.

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

Color convert

RGB188206175-
CMYK0.0900.150.19
HSL94.84º24.03%74.71%-
HSV(B)94.84º15.05%80.78%-
XYZ50.5557.9349.07-
YUV197.08115.54121.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.04%
GREEN value IS 206 (80.86% from 255) = 36.20%
BLUE value IS 175 (68.75% from 255) = 30.76%
R=33.04%
G=36.20%
B=30.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882061750.0900.150.1994.8424.0374.71
HexBCCEAF90F135f184b
Octal274316257110172313730113
Binary101111001100111010101111100101111100111011111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCEAF; }

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

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

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

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

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

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

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

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