#B6AFBB

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

Shades of Chatelle #B6AFBB

Tints of Chatelle #B6AFBB

Color information

#B6AFBB (or 0xB6AFBB) is unknown color: approx Chatelle. HEX triplet: B6, AF and BB. RGB value is (182,175,187). Sum of RGB (Red+Green+Blue) = 182+175+187=544 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.46% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 187 - color contains mainly: blue. Hex color #B6AFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AFBB is #495044. Grayscale: #B2B2B2. Windows color (decimal): -4804677 or 12300214. OLE color: 12300214.

HSL color Cylindrical-coordinate representation of color #B6AFBB: hue angle of 275º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B6AFBB is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182175187-
CMYK0.030.0600.27
HSL275º8.11%70.98%-
HSV(B)275º6.42%73.33%-
XYZ43.5944.1953.25-
YUV178.46132.82130.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.46%
GREEN value IS 175 (68.75% from 255) = 32.17%
BLUE value IS 187 (73.44% from 255) = 34.38%
R=33.46%
G=32.17%
B=34.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821751870.030.0600.272758.1170.98
HexB6AFBB3601B113847
Octal2662572733603342310107
Binary1011011010101111101110111111001101110001001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AFBB; }

 p { color: rgb(182,175,187); }

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

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

 a { background-color: rgb(182,175,187); }

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

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

 span { border-color: rgb(182,175,187); }

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