#BDCBAE

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

Shades of Pixie Green #BDCBAE

Tints of Pixie Green #BDCBAE

Color information

#BDCBAE (or 0xBDCBAE) is unknown color: approx Pixie Green. HEX triplet: BD, CB and AE. RGB value is (189,203,174). Sum of RGB (Red+Green+Blue) = 189+203+174=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCBAE is #423451. Grayscale: #C3C3C3. Windows color (decimal): -4338770 or 11455421. OLE color: 11455421.

HSL color Cylindrical-coordinate representation of color #BDCBAE: hue angle of 88.97º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDCBAE is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB189203174-
CMYK0.0700.140.20
HSL88.97º21.8%73.92%-
HSV(B)88.97º14.29%79.61%-
XYZ49.9856.5948.33-
YUV195.51115.86123.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.39%
GREEN value IS 203 (79.69% from 255) = 35.87%
BLUE value IS 174 (68.36% from 255) = 30.74%
R=33.39%
G=35.87%
B=30.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892031740.0700.140.2088.9721.873.92
HexBDCBAE70E1459164a
Octal27531325670162413126112
Binary10111101110010111010111011101110101001011001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCBAE; }

 p { color: rgb(189,203,174); }

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

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

 a { background-color: rgb(189,203,174); }

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

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

 span { border-color: rgb(189,203,174); }

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