#BDCDAE

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

Shades of Pixie Green #BDCDAE

Tints of Pixie Green #BDCDAE

Color information

#BDCDAE (or 0xBDCDAE) is unknown color: approx Pixie Green. HEX triplet: BD, CD and AE. RGB value is (189,205,174). Sum of RGB (Red+Green+Blue) = 189+205+174=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 174 (68.36% from 255 or 30.63% from 568); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCDAE is #423251. Grayscale: #C4C4C4. Windows color (decimal): -4338258 or 11455933. OLE color: 11455933.

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

Color convert

RGB189205174-
CMYK0.0800.150.20
HSL90.97º23.66%74.31%-
HSV(B)90.97º15.12%80.39%-
XYZ50.4657.5448.49-
YUV196.68115.2122.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.27%
GREEN value IS 205 (80.47% from 255) = 36.09%
BLUE value IS 174 (68.36% from 255) = 30.63%
R=33.27%
G=36.09%
B=30.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892051740.0800.150.2090.9723.6674.31
HexBDCDAE80F145b184a
Octal275315256100172413330112
Binary101111011100110110101110100001111101001011011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDAE; }

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

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

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

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

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

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

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

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