#B5AABB

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

Shades of Chatelle #B5AABB

Tints of Chatelle #B5AABB

Color information

#B5AABB (or 0xB5AABB) is unknown color: approx Chatelle. HEX triplet: B5, AA and BB. RGB value is (181,170,187). Sum of RGB (Red+Green+Blue) = 181+170+187=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 187 - color contains mainly: blue. Hex color #B5AABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AABB is #4A5544. Grayscale: #AFAFAF. Windows color (decimal): -4871493 or 12298933. OLE color: 12298933.

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

Color convert

RGB181170187-
CMYK0.030.0900.27
HSL278.82º11.11%70%-
HSV(B)278.82º9.09%73.33%-
XYZ42.442.1652.92-
YUV175.23134.64132.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.64%
GREEN value IS 170 (66.80% from 255) = 31.60%
BLUE value IS 187 (73.44% from 255) = 34.76%
R=33.64%
G=31.60%
B=34.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811701870.030.0900.27278.8211.1170
HexB5AABB3901B117b46
Octal26525227331103342713106
Binary10110101101010101011101111100101101110001011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AABB; }

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

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

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

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

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

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

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

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