#B8CAAC

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

Shades of Pixie Green #B8CAAC

Tints of Pixie Green #B8CAAC

Color information

#B8CAAC (or 0xB8CAAC) is unknown color: approx Pixie Green. HEX triplet: B8, CA and AC. RGB value is (184,202,172). Sum of RGB (Red+Green+Blue) = 184+202+172=558 (73% of max value = 765). Red value is 184 (72.27% from 255 or 32.97% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CAAC is #473553. Grayscale: #C1C1C1. Windows color (decimal): -4666708 or 11324088. OLE color: 11324088.

HSL color Cylindrical-coordinate representation of color #B8CAAC: hue angle of 96º degrees, saturation: 0.22, 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 #B8CAAC is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB184202172-
CMYK0.0900.150.21
HSL96º22.06%73.33%-
HSV(B)96º14.85%79.22%-
XYZ48.3355.4147.18-
YUV193.2116.04121.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.97%
GREEN value IS 202 (79.30% from 255) = 36.20%
BLUE value IS 172 (67.58% from 255) = 30.82%
R=32.97%
G=36.20%
B=30.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1842021720.0900.150.219622.0673.33
HexB8CAAC90F15601649
Octal270312254110172514026111
Binary101110001100101010101100100101111101011100000101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CAAC; }

 p { color: rgb(184,202,172); }

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

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

 a { background-color: rgb(184,202,172); }

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

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

 span { border-color: rgb(184,202,172); }

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