#BDCFA9

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

Shades of Pixie Green #BDCFA9

Tints of Pixie Green #BDCFA9

Color information

#BDCFA9 (or 0xBDCFA9) is unknown color: approx Pixie Green. HEX triplet: BD, CF and A9. RGB value is (189,207,169). Sum of RGB (Red+Green+Blue) = 189+207+169=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 169 (66.41% from 255 or 29.91% from 565); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCFA9 is #423056. Grayscale: #C5C5C5. Windows color (decimal): -4337751 or 11128765. OLE color: 11128765.

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

Color convert

RGB189207169-
CMYK0.0900.180.19
HSL88.42º28.36%73.73%-
HSV(B)88.42º18.36%81.18%-
XYZ50.4658.3146.13-
YUV197.29112.04122.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.45%
GREEN value IS 207 (81.25% from 255) = 36.64%
BLUE value IS 169 (66.41% from 255) = 29.91%
R=33.45%
G=36.64%
B=29.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892071690.0900.180.1988.4228.3673.73
HexBDCFA9901213581c4a
Octal275317251110222313034112
Binary1011110111001111101010011001010010100111011000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCFA9; }

 p { color: rgb(189,207,169); }

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

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

 a { background-color: rgb(189,207,169); }

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

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

 span { border-color: rgb(189,207,169); }

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