Html Css Color HEX #BDCEA9 Pixie Green

📋 copy color: '#BDCEA9'

red 189 ◦ green 206 ◦ blue 169

#BDCEA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pixie Green #BDCEA9

Tints of Pixie Green #BDCEA9

RGB

 RED value IS 189 (74.22% from 255) = 33.51%

 GREEN value IS 206 (80.86% from 255) = 36.52%

 BLUE value IS 169 (66.41% from 255) = 29.96%

R = 33.51%
G = 36.52%
B = 29.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#BDCEA9 (or 0xBDCEA9) is known color: Pixie Green. HEX triplet: BD, CE and A9. RGB value is (189,206,169). Sum of RGB (Red+Green+Blue) = 189+206+169=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 169 (66.41% from 255 or 29.96% from 564); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCEA9 is #423156. Grayscale: #C4C4C4. Windows color (decimal): -4338007 or 11128509. OLE color: 11128509.

HSL color Cylindrical-coordinate representation of color #BDCEA9: hue angle of 87.57º degrees, saturation: 0.27, 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 #BDCEA9 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 206 169 -
CMYK 0.08 0 0.18 0.19
HSL 87.57º 0.27% 0.74% -
HSV(B) 87.57º 0.18% 0.81% -
XYZ 50.22 57.83 46.05 -
YUV 196.7 112.37 122.51 -
System Red Green Blue C M Y K H S L
Decimal 189 206 169 0.08 0 0.18 0.19 87.57 0.27 0.74
Hex BD CE A9 8 0 12 13 58 1B 4A
Octal 275 316 251 10 0 22 23 130 33 112
Binary 10111101 11001110 10101001 1000 0 10010 10011 1011000 11011 1001010

Color Harmonies of #BDCEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCEA9

Black with #BDCEA9

Text Example


Text Example

White with #BDCEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCEA9; }

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

 H1.HeaderClassName
 {
   color: #BDCEA9;
 }
 .AnyTagClassName
 {
   color: #BDCEA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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