Html Css Color HEX #BDDE97 Pixie Green

📋 copy color: '#BDDE97'

red 189 ◦ green 222 ◦ blue 151

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

Shades of Pixie Green #BDDE97

Tints of Pixie Green #BDDE97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 26.87%

R = 33.63%
G = 39.5%
B = 26.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#BDDE97 (or 0xBDDE97) is known color: Pixie Green. HEX triplet: BD, DE and 97. RGB value is (189,222,151). Sum of RGB (Red+Green+Blue) = 189+222+151=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 151 (59.38% from 255 or 26.87% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDE97 is #422168. Grayscale: #CCCCCC. Windows color (decimal): -4333929 or 9952957. OLE color: 9952957.

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

Color convert

RGB 189 222 151 -
CMYK 0.15 0 0.32 0.13
HSL 87.89º 0.52% 0.73% -
HSV(B) 87.89º 0.32% 0.87% -
XYZ 52.69 65.3 39.1 -
YUV 204.04 98.07 117.27 -
System Red Green Blue C M Y K H S L
Decimal 189 222 151 0.15 0 0.32 0.13 87.89 0.52 0.73
Hex BD DE 97 F 0 20 D 58 34 49
Octal 275 336 227 17 0 40 15 130 64 111
Binary 10111101 11011110 10010111 1111 0 100000 1101 1011000 110100 1001001

Color Harmonies of #BDDE97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDE97

Black with #BDDE97

Text Example


Text Example

White with #BDDE97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDE97; }

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

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

background-color css

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

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

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

border-color css

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

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

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