#BCD4AB

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

Shades of Pixie Green #BCD4AB

Tints of Pixie Green #BCD4AB

Color information

#BCD4AB (or 0xBCD4AB) is unknown color: approx Pixie Green. HEX triplet: BC, D4 and AB. RGB value is (188,212,171). Sum of RGB (Red+Green+Blue) = 188+212+171=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 212 (83.20% from 255 or 37.13% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD4AB is #432B54. Grayscale: #C8C8C8. Windows color (decimal): -4402005 or 11261116. OLE color: 11261116.

HSL color Cylindrical-coordinate representation of color #BCD4AB: hue angle of 95.12º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCD4AB is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB188212171-
CMYK0.1100.190.17
HSL95.12º32.28%75.1%-
HSV(B)95.12º19.34%83.14%-
XYZ51.6360.7247.53-
YUV200.15111.55119.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 212 (83.20% from 255) = 37.13%
BLUE value IS 171 (67.19% from 255) = 29.95%
R=32.92%
G=37.13%
B=29.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882121710.1100.190.1795.1232.2875.1
HexBCD4ABB013115f204b
Octal274324253130232113740113
Binary10111100110101001010101110110100111000110111111000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD4AB; }

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

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

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

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

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

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

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

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