Html Css Color HEX #BDDE99 Pixie Green

📋 copy color: '#BDDE99'

red 189 ◦ green 222 ◦ blue 153

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

Shades of Pixie Green #BDDE99

Tints of Pixie Green #BDDE99

RGB

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

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

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

R = 33.51%
G = 39.36%
B = 27.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#BDDE99 (or 0xBDDE99) is known color: Pixie Green. HEX triplet: BD, DE and 99. RGB value is (189,222,153). Sum of RGB (Red+Green+Blue) = 189+222+153=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 153 (60.16% from 255 or 27.13% from 564); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDE99 is #422166. Grayscale: #CCCCCC. Windows color (decimal): -4333927 or 10084029. OLE color: 10084029.

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

Color convert

RGB 189 222 153 -
CMYK 0.15 0 0.31 0.13
HSL 88.7º 0.51% 0.74% -
HSV(B) 88.7º 0.31% 0.87% -
XYZ 52.86 65.36 39.97 -
YUV 204.27 99.07 117.11 -
System Red Green Blue C M Y K H S L
Decimal 189 222 153 0.15 0 0.31 0.13 88.7 0.51 0.74
Hex BD DE 99 F 0 1F D 59 33 4A
Octal 275 336 231 17 0 37 15 131 63 112
Binary 10111101 11011110 10011001 1111 0 11111 1101 1011001 110011 1001010

Color Harmonies of #BDDE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDE99

Black with #BDDE99

Text Example


Text Example

White with #BDDE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDE99; }

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

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

background-color css

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

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

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

border-color css

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

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

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