Html Css Color HEX #BDCEA5 Pixie Green

📋 copy color: '#BDCEA5'

red 189 ◦ green 206 ◦ blue 165

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

Shades of Pixie Green #BDCEA5

Tints of Pixie Green #BDCEA5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.79%

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

R = 33.75%
G = 36.79%
B = 29.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#BDCEA5 (or 0xBDCEA5) is known color: Pixie Green. HEX triplet: BD, CE and A5. RGB value is (189,206,165). Sum of RGB (Red+Green+Blue) = 189+206+165=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 165 (64.84% from 255 or 29.46% from 560); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCEA5 is #42315A. Grayscale: #C4C4C4. Windows color (decimal): -4338011 or 10866365. OLE color: 10866365.

HSL color Cylindrical-coordinate representation of color #BDCEA5: hue angle of 84.88º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDCEA5 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 206 165 -
CMYK 0.08 0 0.20 0.19
HSL 84.88º 0.29% 0.73% -
HSV(B) 84.88º 0.2% 0.81% -
XYZ 49.85 57.68 44.1 -
YUV 196.24 110.37 122.83 -
System Red Green Blue C M Y K H S L
Decimal 189 206 165 0.08 0 0.20 0.19 84.88 0.29 0.73
Hex BD CE A5 8 0 14 13 55 1D 49
Octal 275 316 245 10 0 24 23 125 35 111
Binary 10111101 11001110 10100101 1000 0 10100 10011 1010101 11101 1001001

Color Harmonies of #BDCEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCEA5

Black with #BDCEA5

Text Example


Text Example

White with #BDCEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCEA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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