#BCD0AB

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

Shades of Pixie Green #BCD0AB

Tints of Pixie Green #BCD0AB

Color information

#BCD0AB (or 0xBCD0AB) is unknown color: approx Pixie Green. HEX triplet: BC, D0 and AB. RGB value is (188,208,171). Sum of RGB (Red+Green+Blue) = 188+208+171=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 208 (81.64% from 255 or 36.68% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD0AB is #432F54. Grayscale: #C5C5C5. Windows color (decimal): -4403029 or 11260092. OLE color: 11260092.

HSL color Cylindrical-coordinate representation of color #BCD0AB: hue angle of 92.43º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCD0AB is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB188208171-
CMYK0.1000.180.18
HSL92.43º28.24%74.31%-
HSV(B)92.43º17.79%81.57%-
XYZ50.6558.7447.2-
YUV197.8112.87121.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.16%
GREEN value IS 208 (81.64% from 255) = 36.68%
BLUE value IS 171 (67.19% from 255) = 30.16%
R=33.16%
G=36.68%
B=30.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882081710.1000.180.1892.4328.2474.31
HexBCD0ABA012125c1c4a
Octal274320253120222213434112
Binary1011110011010000101010111010010010100101011100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD0AB; }

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

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

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

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

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

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

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

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