Html Css Color HEX #B9CEAD Pixie Green

📋 copy color: '#B9CEAD'

red 185 ◦ green 206 ◦ blue 173

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

Shades of Pixie Green #B9CEAD

Tints of Pixie Green #B9CEAD

RGB

 RED value IS 185 (72.66% from 255) = 32.8%

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

 BLUE value IS 173 (67.97% from 255) = 30.67%

R = 32.8%
G = 36.52%
B = 30.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#B9CEAD (or 0xB9CEAD) is known color: Pixie Green. HEX triplet: B9, CE and AD. RGB value is (185,206,173). Sum of RGB (Red+Green+Blue) = 185+206+173=564 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.80% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CEAD is #463152. Grayscale: #C4C4C4. Windows color (decimal): -4600147 or 11390649. OLE color: 11390649.

HSL color Cylindrical-coordinate representation of color #B9CEAD: hue angle of 98.18º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9CEAD is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 206 173 -
CMYK 0.10 0 0.16 0.19
HSL 98.18º 0.25% 0.74% -
HSV(B) 98.18º 0.16% 0.81% -
XYZ 49.62 57.47 48.01 -
YUV 195.96 115.04 120.18 -
System Red Green Blue C M Y K H S L
Decimal 185 206 173 0.10 0 0.16 0.19 98.18 0.25 0.74
Hex B9 CE AD A 0 10 13 62 19 4A
Octal 271 316 255 12 0 20 23 142 31 112
Binary 10111001 11001110 10101101 1010 0 10000 10011 1100010 11001 1001010

Color Harmonies of #B9CEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CEAD

Black with #B9CEAD

Text Example


Text Example

White with #B9CEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CEAD; }

 p { color: rgb(185,206,173); }

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

background-color css

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

 a { background-color: rgb(185,206,173); }

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

border-color css

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

 span { border-color: rgb(185,206,173); }

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