Html Css Color HEX #BDDE9A Pixie Green

📋 copy color: '#BDDE9A'

red 189 ◦ green 222 ◦ blue 154

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

Shades of Pixie Green #BDDE9A

Tints of Pixie Green #BDDE9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.26%

R = 33.45%
G = 39.29%
B = 27.26%

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

#BDDE9A (or 0xBDDE9A) is known color: Pixie Green. HEX triplet: BD, DE and 9A. RGB value is (189,222,154). Sum of RGB (Red+Green+Blue) = 189+222+154=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 154 (60.55% from 255 or 27.26% from 565); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDE9A is #422165. Grayscale: #CCCCCC. Windows color (decimal): -4333926 or 10149565. OLE color: 10149565.

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

Color convert

RGB 189 222 154 -
CMYK 0.15 0 0.31 0.13
HSL 89.12º 0.51% 0.74% -
HSV(B) 89.12º 0.31% 0.87% -
XYZ 52.94 65.39 40.4 -
YUV 204.38 99.57 117.03 -
System Red Green Blue C M Y K H S L
Decimal 189 222 154 0.15 0 0.31 0.13 89.12 0.51 0.74
Hex BD DE 9A F 0 1F D 59 33 4A
Octal 275 336 232 17 0 37 15 131 63 112
Binary 10111101 11011110 10011010 1111 0 11111 1101 1011001 110011 1001010

Color Harmonies of #BDDE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDE9A

Black with #BDDE9A

Text Example


Text Example

White with #BDDE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDE9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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