#B5A9B9

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

Shades of Chatelle #B5A9B9

Tints of Chatelle #B5A9B9

Color information

#B5A9B9 (or 0xB5A9B9) is unknown color: approx Chatelle. HEX triplet: B5, A9 and B9. RGB value is (181,169,185). Sum of RGB (Red+Green+Blue) = 181+169+185=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 185 (72.66% from 255 or 34.58% from 535); Max value from RGB is 185 - color contains mainly: blue. Hex color #B5A9B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A9B9 is #4A5646. Grayscale: #AEAEAE. Windows color (decimal): -4871751 or 12167605. OLE color: 12167605.

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

Color convert

RGB181169185-
CMYK0.020.0900.27
HSL285º10.26%69.41%-
HSV(B)285º8.65%72.55%-
XYZ4241.751.73-
YUV174.41133.98132.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.83%
GREEN value IS 169 (66.41% from 255) = 31.59%
BLUE value IS 185 (72.66% from 255) = 34.58%
R=33.83%
G=31.59%
B=34.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811691850.020.0900.2728510.2669.41
HexB5A9B92901B11da45
Octal26525127121103343512105
Binary10110101101010011011100110100101101110001110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A9B9; }

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

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

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

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

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

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

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

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