#B5AEBA

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

Shades of Chatelle #B5AEBA

Tints of Chatelle #B5AEBA

Color information

#B5AEBA (or 0xB5AEBA) is unknown color: approx Chatelle. HEX triplet: B5, AE and BA. RGB value is (181,174,186). Sum of RGB (Red+Green+Blue) = 181+174+186=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 174 (68.36% from 255 or 32.16% 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 #B5AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AEBA is #4A5145. Grayscale: #B1B1B1. Windows color (decimal): -4870470 or 12234421. OLE color: 12234421.

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

Color convert

RGB181174186-
CMYK0.030.0600.27
HSL275º8%70.59%-
HSV(B)275º6.45%72.94%-
XYZ43.0643.6452.61-
YUV177.46132.82130.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.46%
GREEN value IS 174 (68.36% from 255) = 32.16%
BLUE value IS 186 (73.05% from 255) = 34.38%
R=33.46%
G=32.16%
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
Decimal1811741860.030.0600.27275870.59
HexB5AEBA3601B113847
Octal2652562723603342310107
Binary1011010110101110101110101111001101110001001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AEBA; }

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

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

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

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

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

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

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

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