#BCDBA3

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

Shades of Pixie Green #BCDBA3

Tints of Pixie Green #BCDBA3

Color information

#BCDBA3 (or 0xBCDBA3) is unknown color: approx Pixie Green. HEX triplet: BC, DB and A3. RGB value is (188,219,163). Sum of RGB (Red+Green+Blue) = 188+219+163=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 163 (64.06% from 255 or 28.60% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDBA3 is #43245C. Grayscale: #CBCBCB. Windows color (decimal): -4400221 or 10738620. OLE color: 10738620.

HSL color Cylindrical-coordinate representation of color #BCDBA3: hue angle of 93.21º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCDBA3 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB188219163-
CMYK0.1400.260.14
HSL93.21º43.75%74.9%-
HSV(B)93.21º25.57%85.88%-
XYZ52.686444.23-
YUV203.35105.23117.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.98%
GREEN value IS 219 (85.94% from 255) = 38.42%
BLUE value IS 163 (64.06% from 255) = 28.60%
R=32.98%
G=38.42%
B=28.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882191630.1400.260.1493.2143.7574.9
HexBCDBA3E01AE5d2c4b
Octal274333243160321613554113
Binary1011110011011011101000111110011010111010111011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDBA3; }

 p { color: rgb(188,219,163); }

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

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

 a { background-color: rgb(188,219,163); }

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

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

 span { border-color: rgb(188,219,163); }

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