Html Css Color HEX #BDDCA5 Pixie Green

📋 copy color: '#BDDCA5'

red 189 ◦ green 220 ◦ blue 165

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

Shades of Pixie Green #BDDCA5

Tints of Pixie Green #BDDCA5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.33%

 BLUE value IS 165 (64.84% from 255) = 28.75%

R = 32.93%
G = 38.33%
B = 28.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#BDDCA5 (or 0xBDDCA5) is known color: Pixie Green. HEX triplet: BD, DC and A5. RGB value is (189,220,165). Sum of RGB (Red+Green+Blue) = 189+220+165=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 165 (64.84% from 255 or 28.75% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDCA5 is #42235A. Grayscale: #CCCCCC. Windows color (decimal): -4334427 or 10869949. OLE color: 10869949.

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

Color convert

RGB 189 220 165 -
CMYK 0.14 0 0.25 0.14
HSL 93.82º 0.44% 0.75% -
HSV(B) 93.82º 0.25% 0.86% -
XYZ 53.37 64.72 45.28 -
YUV 204.46 105.73 116.97 -
System Red Green Blue C M Y K H S L
Decimal 189 220 165 0.14 0 0.25 0.14 93.82 0.44 0.75
Hex BD DC A5 E 0 19 E 5E 2C 4B
Octal 275 334 245 16 0 31 16 136 54 113
Binary 10111101 11011100 10100101 1110 0 11001 1110 1011110 101100 1001011

Color Harmonies of #BDDCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDCA5

Black with #BDDCA5

Text Example


Text Example

White with #BDDCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDCA5; }

 p { color: rgb(189,220,165); }

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

background-color css

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

 a { background-color: rgb(189,220,165); }

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

border-color css

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

 span { border-color: rgb(189,220,165); }

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