Html Css Color HEX #B9CFAD Pixie Green

📋 copy color: '#B9CFAD'

red 185 ◦ green 207 ◦ blue 173

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

Shades of Pixie Green #B9CFAD

Tints of Pixie Green #B9CFAD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.64%

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

R = 32.74%
G = 36.64%
B = 30.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#B9CFAD (or 0xB9CFAD) is known color: Pixie Green. HEX triplet: B9, CF and AD. RGB value is (185,207,173). Sum of RGB (Red+Green+Blue) = 185+207+173=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CFAD is #463052. Grayscale: #C4C4C4. Windows color (decimal): -4599891 or 11390905. OLE color: 11390905.

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

Color convert

RGB 185 207 173 -
CMYK 0.11 0 0.16 0.19
HSL 98.82º 0.26% 0.75% -
HSV(B) 98.82º 0.16% 0.81% -
XYZ 49.86 57.96 48.09 -
YUV 196.55 114.71 119.76 -
System Red Green Blue C M Y K H S L
Decimal 185 207 173 0.11 0 0.16 0.19 98.82 0.26 0.75
Hex B9 CF AD B 0 10 13 63 1A 4B
Octal 271 317 255 13 0 20 23 143 32 113
Binary 10111001 11001111 10101101 1011 0 10000 10011 1100011 11010 1001011

Color Harmonies of #B9CFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CFAD

Black with #B9CFAD

Text Example


Text Example

White with #B9CFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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