#B6CAAB

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

Shades of Pixie Green #B6CAAB

Tints of Pixie Green #B6CAAB

Color information

#B6CAAB (or 0xB6CAAB) is unknown color: approx Pixie Green. HEX triplet: B6, CA and AB. RGB value is (182,202,171). Sum of RGB (Red+Green+Blue) = 182+202+171=555 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.79% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CAAB is #493554. Grayscale: #C0C0C0. Windows color (decimal): -4797781 or 11258550. OLE color: 11258550.

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

Color convert

RGB182202171-
CMYK0.1000.150.21
HSL98.71º22.63%73.14%-
HSV(B)98.71º15.35%79.22%-
XYZ47.7655.1346.65-
YUV192.49115.87120.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.79%
GREEN value IS 202 (79.30% from 255) = 36.40%
BLUE value IS 171 (67.19% from 255) = 30.81%
R=32.79%
G=36.40%
B=30.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1822021710.1000.150.2198.7122.6373.14
HexB6CAABA0F15631749
Octal266312253120172514327111
Binary101101101100101010101011101001111101011100011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CAAB; }

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

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

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

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

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

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

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

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