Html Css Color HEX #BDDD9F Pixie Green

📋 copy color: '#BDDD9F'

red 189 ◦ green 221 ◦ blue 159

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

Shades of Pixie Green #BDDD9F

Tints of Pixie Green #BDDD9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.94%

R = 33.22%
G = 38.84%
B = 27.94%

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

#BDDD9F (or 0xBDDD9F) is known color: Pixie Green. HEX triplet: BD, DD and 9F. RGB value is (189,221,159). Sum of RGB (Red+Green+Blue) = 189+221+159=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 159 (62.5% from 255 or 27.94% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDD9F is #422260. Grayscale: #CCCCCC. Windows color (decimal): -4334177 or 10476989. OLE color: 10476989.

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

Color convert

RGB 189 221 159 -
CMYK 0.14 0 0.28 0.13
HSL 90.97º 0.48% 0.75% -
HSV(B) 90.97º 0.28% 0.87% -
XYZ 53.1 65.03 42.56 -
YUV 204.36 102.4 117.04 -
System Red Green Blue C M Y K H S L
Decimal 189 221 159 0.14 0 0.28 0.13 90.97 0.48 0.75
Hex BD DD 9F E 0 1C D 5B 30 4B
Octal 275 335 237 16 0 34 15 133 60 113
Binary 10111101 11011101 10011111 1110 0 11100 1101 1011011 110000 1001011

Color Harmonies of #BDDD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDD9F

Black with #BDDD9F

Text Example


Text Example

White with #BDDD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDD9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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