#B5A0BB

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

Shades of Chatelle #B5A0BB

Tints of Chatelle #B5A0BB

Color information

#B5A0BB (or 0xB5A0BB) is unknown color: approx Chatelle. HEX triplet: B5, A0 and BB. RGB value is (181,160,187). Sum of RGB (Red+Green+Blue) = 181+160+187=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 187 - color contains mainly: blue. Hex color #B5A0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A0BB is #4A5F44. Grayscale: #A9A9A9. Windows color (decimal): -4874053 or 12296373. OLE color: 12296373.

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

Color convert

RGB181160187-
CMYK0.030.1400.27
HSL286.67º16.56%68.04%-
HSV(B)286.67º14.44%73.33%-
XYZ40.638.5552.32-
YUV169.36137.96136.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.28%
GREEN value IS 160 (62.89% from 255) = 30.30%
BLUE value IS 187 (73.44% from 255) = 35.42%
R=34.28%
G=30.30%
B=35.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811601870.030.1400.27286.6716.5668.04
HexB5A0BB3E01B11f1144
Octal26524027331603343721104
Binary101101011010000010111011111110011011100011111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A0BB; }

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

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

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

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

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

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

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

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