#B7ADBA

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

Shades of Chatelle #B7ADBA

Tints of Chatelle #B7ADBA

Color information

#B7ADBA (or 0xB7ADBA) is unknown color: approx Chatelle. HEX triplet: B7, AD and BA. RGB value is (183,173,186). Sum of RGB (Red+Green+Blue) = 183+173+186=542 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.76% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 186 - color contains mainly: blue. Hex color #B7ADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ADBA is #485245. Grayscale: #B1B1B1. Windows color (decimal): -4739654 or 12234167. OLE color: 12234167.

HSL color Cylindrical-coordinate representation of color #B7ADBA: hue angle of 286.15º 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 #B7ADBA is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB183173186-
CMYK0.020.0700.27
HSL286.15º8.61%70.39%-
HSV(B)286.15º6.99%72.94%-
XYZ43.3343.552.57-
YUV177.47132.81131.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.76%
GREEN value IS 173 (67.97% from 255) = 31.92%
BLUE value IS 186 (73.05% from 255) = 34.32%
R=33.76%
G=31.92%
B=34.32%

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
Decimal1831731860.020.0700.27286.158.6170.39
HexB7ADBA2701B11e946
Octal2672552722703343611106
Binary1011011110101101101110101011101101110001111010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ADBA; }

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

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

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

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

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

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

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

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