#B8CAAA

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

Shades of Pixie Green #B8CAAA

Tints of Pixie Green #B8CAAA

Color information

#B8CAAA (or 0xB8CAAA) is unknown color: approx Pixie Green. HEX triplet: B8, CA and AA. RGB value is (184,202,170). Sum of RGB (Red+Green+Blue) = 184+202+170=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CAAA is #473555. Grayscale: #C1C1C1. Windows color (decimal): -4666710 or 11193016. OLE color: 11193016.

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

Color convert

RGB184202170-
CMYK0.0900.160.21
HSL93.75º23.19%72.94%-
HSV(B)93.75º15.84%79.22%-
XYZ48.1455.3346.17-
YUV192.97115.04121.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.09%
GREEN value IS 202 (79.30% from 255) = 36.33%
BLUE value IS 170 (66.80% from 255) = 30.58%
R=33.09%
G=36.33%
B=30.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1842021700.0900.160.2193.7523.1972.94
HexB8CAAA9010155e1749
Octal270312252110202513627111
Binary1011100011001010101010101001010000101011011110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CAAA; }

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

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

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

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

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

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

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

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