#B9CAAB

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

Shades of Pixie Green #B9CAAB

Tints of Pixie Green #B9CAAB

Color information

#B9CAAB (or 0xB9CAAB) is unknown color: approx Pixie Green. HEX triplet: B9, CA and AB. RGB value is (185,202,171). Sum of RGB (Red+Green+Blue) = 185+202+171=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CAAB is #463554. Grayscale: #C1C1C1. Windows color (decimal): -4601173 or 11258553. OLE color: 11258553.

HSL color Cylindrical-coordinate representation of color #B9CAAB: hue angle of 92.9º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9CAAB is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB185202171-
CMYK0.0800.150.21
HSL92.9º22.63%73.14%-
HSV(B)92.9º15.35%79.22%-
XYZ48.4855.546.68-
YUV193.38115.37122.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.15%
GREEN value IS 202 (79.30% from 255) = 36.20%
BLUE value IS 171 (67.19% from 255) = 30.65%
R=33.15%
G=36.20%
B=30.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1852021710.0800.150.2192.922.6373.14
HexB9CAAB80F155d1749
Octal271312253100172513527111
Binary101110011100101010101011100001111101011011101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CAAB; }

 p { color: rgb(185,202,171); }

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

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

 a { background-color: rgb(185,202,171); }

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

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

 span { border-color: rgb(185,202,171); }

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