#B5A9BB

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

Shades of Chatelle #B5A9BB

Tints of Chatelle #B5A9BB

Color information

#B5A9BB (or 0xB5A9BB) is unknown color: approx Chatelle. HEX triplet: B5, A9 and BB. RGB value is (181,169,187). Sum of RGB (Red+Green+Blue) = 181+169+187=537 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.71% from 537); Green value is 169 (66.41% from 255 or 31.47% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 187 - color contains mainly: blue. Hex color #B5A9BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A9BB is #4A5644. Grayscale: #AEAEAE. Windows color (decimal): -4871749 or 12298677. OLE color: 12298677.

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

Color convert

RGB181169187-
CMYK0.030.1000.27
HSL280º11.69%69.8%-
HSV(B)280º9.63%73.33%-
XYZ42.2141.7952.85-
YUV174.64134.98132.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.71%
GREEN value IS 169 (66.41% from 255) = 31.47%
BLUE value IS 187 (73.44% from 255) = 34.82%
R=33.71%
G=31.47%
B=34.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811691870.030.1000.2728011.6969.8
HexB5A9BB3A01B118c46
Octal26525127331203343014106
Binary10110101101010011011101111101001101110001100011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A9BB; }

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

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

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

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

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

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

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

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