#B5AEBB

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

Shades of Chatelle #B5AEBB

Tints of Chatelle #B5AEBB

Color information

#B5AEBB (or 0xB5AEBB) is unknown color: approx Chatelle. HEX triplet: B5, AE and BB. RGB value is (181,174,187). Sum of RGB (Red+Green+Blue) = 181+174+187=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 187 - color contains mainly: blue. Hex color #B5AEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AEBB is #4A5144. Grayscale: #B1B1B1. Windows color (decimal): -4870469 or 12299957. OLE color: 12299957.

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

Color convert

RGB181174187-
CMYK0.030.0700.27
HSL272.31º8.72%70.78%-
HSV(B)272.31º6.95%73.33%-
XYZ43.1643.6853.17-
YUV177.58133.32130.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.39%
GREEN value IS 174 (68.36% from 255) = 32.10%
BLUE value IS 187 (73.44% from 255) = 34.50%
R=33.39%
G=32.10%
B=34.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811741870.030.0700.27272.318.7270.78
HexB5AEBB3701B110947
Octal2652562733703342011107
Binary1011010110101110101110111111101101110001000010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AEBB; }

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

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

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

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

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

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

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

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