Html Css Color HEX #BDDD99 Pixie Green

📋 copy color: '#BDDD99'

red 189 ◦ green 221 ◦ blue 153

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

Shades of Pixie Green #BDDD99

Tints of Pixie Green #BDDD99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.18%

R = 33.57%
G = 39.25%
B = 27.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#BDDD99 (or 0xBDDD99) is known color: Pixie Green. HEX triplet: BD, DD and 99. RGB value is (189,221,153). Sum of RGB (Red+Green+Blue) = 189+221+153=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 153 (60.16% from 255 or 27.18% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDD99 is #422266. Grayscale: #CBCBCB. Windows color (decimal): -4334183 or 10083773. OLE color: 10083773.

HSL color Cylindrical-coordinate representation of color #BDDD99: hue angle of 88.24º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDDD99 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 221 153 -
CMYK 0.14 0 0.31 0.13
HSL 88.24º 0.5% 0.73% -
HSV(B) 88.24º 0.31% 0.87% -
XYZ 52.59 64.83 39.88 -
YUV 203.68 99.4 117.53 -
System Red Green Blue C M Y K H S L
Decimal 189 221 153 0.14 0 0.31 0.13 88.24 0.5 0.73
Hex BD DD 99 E 0 1F D 58 32 49
Octal 275 335 231 16 0 37 15 130 62 111
Binary 10111101 11011101 10011001 1110 0 11111 1101 1011000 110010 1001001

Color Harmonies of #BDDD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDD99

Black with #BDDD99

Text Example


Text Example

White with #BDDD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDD99; }

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

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

background-color css

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

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

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

border-color css

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

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

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