#B9CFAA

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

Shades of Pixie Green #B9CFAA

Tints of Pixie Green #B9CFAA

Color information

#B9CFAA (or 0xB9CFAA) is unknown color: approx Pixie Green. HEX triplet: B9, CF and AA. RGB value is (185,207,170). Sum of RGB (Red+Green+Blue) = 185+207+170=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CFAA is #463055. Grayscale: #C4C4C4. Windows color (decimal): -4599894 or 11194297. OLE color: 11194297.

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

Color convert

RGB185207170-
CMYK0.1100.180.19
HSL95.68º27.82%73.92%-
HSV(B)95.68º17.87%81.18%-
XYZ49.5857.8446.58-
YUV196.2113.21120.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.92%
GREEN value IS 207 (81.25% from 255) = 36.83%
BLUE value IS 170 (66.80% from 255) = 30.25%
R=32.92%
G=36.83%
B=30.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1852071700.1100.180.1995.6827.8273.92
HexB9CFAAB01213601c4a
Octal271317252130222314034112
Binary1011100111001111101010101011010010100111100000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CFAA; }

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

 H1.HeaderClassName
 {
   color: #B9CFAA;
 }
 .AnyTagClassName
 {
   color: #B9CFAA;
 }
</style>
background-color css

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

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

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

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

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

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