#B7CAAB

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

Shades of Pixie Green #B7CAAB

Tints of Pixie Green #B7CAAB

Color information

#B7CAAB (or 0xB7CAAB) is unknown color: approx Pixie Green. HEX triplet: B7, CA and AB. RGB value is (183,202,171). Sum of RGB (Red+Green+Blue) = 183+202+171=556 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.91% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7CAAB is #483554. Grayscale: #C0C0C0. Windows color (decimal): -4732245 or 11258551. OLE color: 11258551.

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

Color convert

RGB183202171-
CMYK0.0900.150.21
HSL96.77º22.63%73.14%-
HSV(B)96.77º15.35%79.22%-
XYZ4855.2546.66-
YUV192.78115.71121.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.91%
GREEN value IS 202 (79.30% from 255) = 36.33%
BLUE value IS 171 (67.19% from 255) = 30.76%
R=32.91%
G=36.33%
B=30.76%

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
Decimal1832021710.0900.150.2196.7722.6373.14
HexB7CAAB90F15611749
Octal267312253110172514127111
Binary101101111100101010101011100101111101011100001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CAAB; }

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

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

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

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

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

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

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

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