#B9CFAD

Color #B9CFAD Pixie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pixie Green #B9CFAD

Tints of Pixie Green #B9CFAD

Color information

#B9CFAD (or 0xB9CFAD) is unknown color: approx 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

RGB185207173-
CMYK0.1100.160.19
HSL98.82º26.15%74.51%-
HSV(B)98.82º16.43%81.18%-
XYZ49.8657.9648.09-
YUV196.55114.71119.76-

RGB Variations

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

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 (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1852071730.1100.160.1998.8226.1574.51
HexB9CFADB01013631a4b
Octal271317255130202314332113
Binary1011100111001111101011011011010000100111100011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>