Html Css Color HEX #BDDB9E Pixie Green

📋 copy color: '#BDDB9E'

red 189 ◦ green 219 ◦ blue 158

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

Shades of Pixie Green #BDDB9E

Tints of Pixie Green #BDDB9E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.69%

 BLUE value IS 158 (62.11% from 255) = 27.92%

R = 33.39%
G = 38.69%
B = 27.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#BDDB9E (or 0xBDDB9E) is known color: Pixie Green. HEX triplet: BD, DB and 9E. RGB value is (189,219,158). Sum of RGB (Red+Green+Blue) = 189+219+158=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 158 (62.11% from 255 or 27.92% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDB9E is #422461. Grayscale: #CBCBCB. Windows color (decimal): -4334690 or 10410941. OLE color: 10410941.

HSL color Cylindrical-coordinate representation of color #BDDB9E: hue angle of 89.51º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDDB9E is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 219 158 -
CMYK 0.14 0 0.28 0.14
HSL 89.51º 0.46% 0.74% -
HSV(B) 89.51º 0.28% 0.86% -
XYZ 52.49 63.95 41.92 -
YUV 203.08 102.56 117.96 -
System Red Green Blue C M Y K H S L
Decimal 189 219 158 0.14 0 0.28 0.14 89.51 0.46 0.74
Hex BD DB 9E E 0 1C E 5A 2E 4A
Octal 275 333 236 16 0 34 16 132 56 112
Binary 10111101 11011011 10011110 1110 0 11100 1110 1011010 101110 1001010

Color Harmonies of #BDDB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB9E

Black with #BDDB9E

Text Example


Text Example

White with #BDDB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB9E; }

 p { color: rgb(189,219,158); }

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

background-color css

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

 a { background-color: rgb(189,219,158); }

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

border-color css

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

 span { border-color: rgb(189,219,158); }

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