Html Css Color HEX #BDDB9D Pixie Green

📋 copy color: '#BDDB9D'

red 189 ◦ green 219 ◦ blue 157

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

Shades of Pixie Green #BDDB9D

Tints of Pixie Green #BDDB9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.79%

R = 33.45%
G = 38.76%
B = 27.79%

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

#BDDB9D (or 0xBDDB9D) is known color: Pixie Green. HEX triplet: BD, DB and 9D. RGB value is (189,219,157). Sum of RGB (Red+Green+Blue) = 189+219+157=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 157 (61.72% from 255 or 27.79% from 565); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDB9D is #422462. Grayscale: #CBCBCB. Windows color (decimal): -4334691 or 10345405. OLE color: 10345405.

HSL color Cylindrical-coordinate representation of color #BDDB9D: hue angle of 89.03º 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 #BDDB9D is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 219 157 -
CMYK 0.14 0 0.28 0.14
HSL 89.03º 0.46% 0.74% -
HSV(B) 89.03º 0.28% 0.86% -
XYZ 52.4 63.92 41.47 -
YUV 202.96 102.06 118.04 -
System Red Green Blue C M Y K H S L
Decimal 189 219 157 0.14 0 0.28 0.14 89.03 0.46 0.74
Hex BD DB 9D E 0 1C E 59 2E 4A
Octal 275 333 235 16 0 34 16 131 56 112
Binary 10111101 11011011 10011101 1110 0 11100 1110 1011001 101110 1001010

Color Harmonies of #BDDB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB9D

Black with #BDDB9D

Text Example


Text Example

White with #BDDB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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