#BCCEB0

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

Shades of Pixie Green #BCCEB0

Tints of Pixie Green #BCCEB0

Color information

#BCCEB0 (or 0xBCCEB0) is unknown color: approx Pixie Green. HEX triplet: BC, CE and B0. RGB value is (188,206,176). Sum of RGB (Red+Green+Blue) = 188+206+176=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCEB0 is #43314F. Grayscale: #C5C5C5. Windows color (decimal): -4403536 or 11587260. OLE color: 11587260.

HSL color Cylindrical-coordinate representation of color #BCCEB0: hue angle of 96º degrees, saturation: 0.23, 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 #BCCEB0 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB188206176-
CMYK0.0900.150.19
HSL96º23.44%74.9%-
HSV(B)96º14.56%80.78%-
XYZ50.6557.9749.59-
YUV197.2116.04121.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.98%
GREEN value IS 206 (80.86% from 255) = 36.14%
BLUE value IS 176 (69.14% from 255) = 30.88%
R=32.98%
G=36.14%
B=30.88%

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
Decimal1882061760.0900.150.199623.4474.9
HexBCCEB090F1360174b
Octal274316260110172314027113
Binary101111001100111010110000100101111100111100000101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCEB0; }

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

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

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

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

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

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

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

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