Html Css Color HEX #BDDEA0 Pixie Green

📋 copy color: '#BDDEA0'

red 189 ◦ green 222 ◦ blue 160

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

Shades of Pixie Green #BDDEA0

Tints of Pixie Green #BDDEA0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.88%

 BLUE value IS 160 (62.89% from 255) = 28.02%

R = 33.1%
G = 38.88%
B = 28.02%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#BDDEA0 (or 0xBDDEA0) is known color: Pixie Green. HEX triplet: BD, DE and A0. RGB value is (189,222,160). Sum of RGB (Red+Green+Blue) = 189+222+160=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 160 (62.89% from 255 or 28.02% from 571); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDEA0 is #42215F. Grayscale: #CDCDCD. Windows color (decimal): -4333920 or 10542781. OLE color: 10542781.

HSL color Cylindrical-coordinate representation of color #BDDEA0: hue angle of 91.94º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDDEA0 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 222 160 -
CMYK 0.15 0 0.28 0.13
HSL 91.94º 0.48% 0.75% -
HSV(B) 91.94º 0.28% 0.87% -
XYZ 53.45 65.6 43.1 -
YUV 205.07 102.57 116.54 -
System Red Green Blue C M Y K H S L
Decimal 189 222 160 0.15 0 0.28 0.13 91.94 0.48 0.75
Hex BD DE A0 F 0 1C D 5C 30 4B
Octal 275 336 240 17 0 34 15 134 60 113
Binary 10111101 11011110 10100000 1111 0 11100 1101 1011100 110000 1001011

Color Harmonies of #BDDEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDEA0

Black with #BDDEA0

Text Example


Text Example

White with #BDDEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDEA0; }

 p { color: rgb(189,222,160); }

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

background-color css

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

 a { background-color: rgb(189,222,160); }

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

border-color css

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

 span { border-color: rgb(189,222,160); }

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