Html Css Color HEX #BDDBA3 Pixie Green

📋 copy color: '#BDDBA3'

red 189 ◦ green 219 ◦ blue 163

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

Shades of Pixie Green #BDDBA3

Tints of Pixie Green #BDDBA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 28.55%

R = 33.1%
G = 38.35%
B = 28.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#BDDBA3 (or 0xBDDBA3) is known color: Pixie Green. HEX triplet: BD, DB and A3. RGB value is (189,219,163). Sum of RGB (Red+Green+Blue) = 189+219+163=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 163 (64.06% from 255 or 28.55% from 571); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDBA3 is #42245C. Grayscale: #CBCBCB. Windows color (decimal): -4334685 or 10738621. OLE color: 10738621.

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

Color convert

RGB 189 219 163 -
CMYK 0.14 0 0.26 0.14
HSL 92.14º 0.44% 0.75% -
HSV(B) 92.14º 0.26% 0.86% -
XYZ 52.93 64.13 44.24 -
YUV 203.65 105.06 117.55 -
System Red Green Blue C M Y K H S L
Decimal 189 219 163 0.14 0 0.26 0.14 92.14 0.44 0.75
Hex BD DB A3 E 0 1A E 5C 2C 4B
Octal 275 333 243 16 0 32 16 134 54 113
Binary 10111101 11011011 10100011 1110 0 11010 1110 1011100 101100 1001011

Color Harmonies of #BDDBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDBA3

Black with #BDDBA3

Text Example


Text Example

White with #BDDBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDBA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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