Html Css Color HEX #BDDBA6 Pixie Green

📋 copy color: '#BDDBA6'

red 189 ◦ green 219 ◦ blue 166

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

Shades of Pixie Green #BDDBA6

Tints of Pixie Green #BDDBA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 28.92%

R = 32.93%
G = 38.15%
B = 28.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#BDDBA6 (or 0xBDDBA6) is known color: Pixie Green. HEX triplet: BD, DB and A6. RGB value is (189,219,166). Sum of RGB (Red+Green+Blue) = 189+219+166=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 166 (65.23% from 255 or 28.92% from 574); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDBA6 is #422459. Grayscale: #CCCCCC. Windows color (decimal): -4334682 or 10935229. OLE color: 10935229.

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

Color convert

RGB 189 219 166 -
CMYK 0.14 0 0.24 0.14
HSL 93.96º 0.42% 0.75% -
HSV(B) 93.96º 0.24% 0.86% -
XYZ 53.2 64.24 45.67 -
YUV 203.99 106.56 117.31 -
System Red Green Blue C M Y K H S L
Decimal 189 219 166 0.14 0 0.24 0.14 93.96 0.42 0.75
Hex BD DB A6 E 0 18 E 5E 2A 4B
Octal 275 333 246 16 0 30 16 136 52 113
Binary 10111101 11011011 10100110 1110 0 11000 1110 1011110 101010 1001011

Color Harmonies of #BDDBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDBA6

Black with #BDDBA6

Text Example


Text Example

White with #BDDBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDBA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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