#B6ABBD

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

Shades of Chatelle #B6ABBD

Tints of Chatelle #B6ABBD

Color information

#B6ABBD (or 0xB6ABBD) is unknown color: approx Chatelle. HEX triplet: B6, AB and BD. RGB value is (182,171,189). Sum of RGB (Red+Green+Blue) = 182+171+189=542 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.58% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 189 - color contains mainly: blue. Hex color #B6ABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ABBD is #495442. Grayscale: #B0B0B0. Windows color (decimal): -4805699 or 12430262. OLE color: 12430262.

HSL color Cylindrical-coordinate representation of color #B6ABBD: hue angle of 276.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6ABBD is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB182171189-
CMYK0.040.1000.26
HSL276.67º12%70.59%-
HSV(B)276.67º9.52%74.12%-
XYZ43.0442.7554.13-
YUV176.34135.14132.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.58%
GREEN value IS 171 (67.19% from 255) = 31.55%
BLUE value IS 189 (74.22% from 255) = 34.87%
R=33.58%
G=31.55%
B=34.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821711890.040.1000.26276.671270.59
HexB6ABBD4A01A115c47
Octal26625327541203242514107
Binary101101101010101110111101100101001101010001010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ABBD; }

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

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

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

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

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

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

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

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