Html Css Color HEX #BDDDA0 Pixie Green

📋 copy color: '#BDDDA0'

red 189 ◦ green 221 ◦ blue 160

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

Shades of Pixie Green #BDDDA0

Tints of Pixie Green #BDDDA0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.77%

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

R = 33.16%
G = 38.77%
B = 28.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#BDDDA0 (or 0xBDDDA0) is known color: Pixie Green. HEX triplet: BD, DD and A0. RGB value is (189,221,160). Sum of RGB (Red+Green+Blue) = 189+221+160=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 160 (62.89% from 255 or 28.07% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDDA0 is #42225F. Grayscale: #CCCCCC. Windows color (decimal): -4334176 or 10542525. OLE color: 10542525.

HSL color Cylindrical-coordinate representation of color #BDDDA0: hue angle of 91.48º degrees, saturation: 0.47, 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 #BDDDA0 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 221 160 -
CMYK 0.14 0 0.28 0.13
HSL 91.48º 0.47% 0.75% -
HSV(B) 91.48º 0.28% 0.87% -
XYZ 53.19 65.07 43.01 -
YUV 204.48 102.9 116.96 -
System Red Green Blue C M Y K H S L
Decimal 189 221 160 0.14 0 0.28 0.13 91.48 0.47 0.75
Hex BD DD A0 E 0 1C D 5B 2F 4B
Octal 275 335 240 16 0 34 15 133 57 113
Binary 10111101 11011101 10100000 1110 0 11100 1101 1011011 101111 1001011

Color Harmonies of #BDDDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDDA0

Black with #BDDDA0

Text Example


Text Example

White with #BDDDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDDA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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