#B7AEBA

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

Shades of Chatelle #B7AEBA

Tints of Chatelle #B7AEBA

Color information

#B7AEBA (or 0xB7AEBA) is unknown color: approx Chatelle. HEX triplet: B7, AE and BA. RGB value is (183,174,186). Sum of RGB (Red+Green+Blue) = 183+174+186=543 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.70% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 186 - color contains mainly: blue. Hex color #B7AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AEBA is #485145. Grayscale: #B2B2B2. Windows color (decimal): -4739398 or 12234423. OLE color: 12234423.

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

Color convert

RGB183174186-
CMYK0.020.0600.27
HSL285º8%70.59%-
HSV(B)285º6.45%72.94%-
XYZ43.5343.8852.63-
YUV178.06132.48131.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.70%
GREEN value IS 174 (68.36% from 255) = 32.04%
BLUE value IS 186 (73.05% from 255) = 34.25%
R=33.70%
G=32.04%
B=34.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831741860.020.0600.27285870.59
HexB7AEBA2601B11d847
Octal2672562722603343510107
Binary1011011110101110101110101011001101110001110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AEBA; }

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

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

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

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

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

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

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

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