#B6ADBA

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

Shades of Chatelle #B6ADBA

Tints of Chatelle #B6ADBA

Color information

#B6ADBA (or 0xB6ADBA) is unknown color: approx Chatelle. HEX triplet: B6, AD and BA. RGB value is (182,173,186). Sum of RGB (Red+Green+Blue) = 182+173+186=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 186 - color contains mainly: blue. Hex color #B6ADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ADBA is #495245. Grayscale: #B1B1B1. Windows color (decimal): -4805190 or 12234166. OLE color: 12234166.

HSL color Cylindrical-coordinate representation of color #B6ADBA: hue angle of 281.54º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B6ADBA is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182173186-
CMYK0.020.0700.27
HSL281.54º8.61%70.39%-
HSV(B)281.54º6.99%72.94%-
XYZ43.143.3852.56-
YUV177.17132.98131.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.64%
GREEN value IS 173 (67.97% from 255) = 31.98%
BLUE value IS 186 (73.05% from 255) = 34.38%
R=33.64%
G=31.98%
B=34.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821731860.020.0700.27281.548.6170.39
HexB6ADBA2701B11a946
Octal2662552722703343211106
Binary1011011010101101101110101011101101110001101010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ADBA; }

 p { color: rgb(182,173,186); }

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

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

 a { background-color: rgb(182,173,186); }

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

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

 span { border-color: rgb(182,173,186); }

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