#B6A6BE

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

Shades of Chatelle #B6A6BE

Tints of Chatelle #B6A6BE

Color information

#B6A6BE (or 0xB6A6BE) is unknown color: approx Chatelle. HEX triplet: B6, A6 and BE. RGB value is (182,166,190). Sum of RGB (Red+Green+Blue) = 182+166+190=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 166 (65.23% from 255 or 30.86% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 190 - color contains mainly: blue. Hex color #B6A6BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A6BE is #495941. Grayscale: #ADADAD. Windows color (decimal): -4806978 or 12494518. OLE color: 12494518.

HSL color Cylindrical-coordinate representation of color #B6A6BE: hue angle of 280º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B6A6BE is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB182166190-
CMYK0.040.1300.25
HSL280º15.58%69.8%-
HSV(B)280º12.63%74.51%-
XYZ42.2240.9454.39-
YUV173.52137.3134.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.83%
GREEN value IS 166 (65.23% from 255) = 30.86%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=33.83%
G=30.86%
B=35.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821661900.040.1300.2528015.5869.8
HexB6A6BE4D0191181046
Octal26624627641503143020106
Binary1011011010100110101111101001101011001100011000100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A6BE; }

 p { color: rgb(182,166,190); }

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

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

 a { background-color: rgb(182,166,190); }

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

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

 span { border-color: rgb(182,166,190); }

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