#B5A5BB

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

Shades of Chatelle #B5A5BB

Tints of Chatelle #B5A5BB

Color information

#B5A5BB (or 0xB5A5BB) is unknown color: approx Chatelle. HEX triplet: B5, A5 and BB. RGB value is (181,165,187). Sum of RGB (Red+Green+Blue) = 181+165+187=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 187 - color contains mainly: blue. Hex color #B5A5BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A5BB is #4A5A44. Grayscale: #ACACAC. Windows color (decimal): -4872773 or 12297653. OLE color: 12297653.

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

Color convert

RGB181165187-
CMYK0.030.1200.27
HSL283.64º13.92%69.02%-
HSV(B)283.64º11.76%73.33%-
XYZ41.4840.3252.61-
YUV172.29136.3134.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.96%
GREEN value IS 165 (64.84% from 255) = 30.96%
BLUE value IS 187 (73.44% from 255) = 35.08%
R=33.96%
G=30.96%
B=35.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811651870.030.1200.27283.6413.9269.02
HexB5A5BB3C01B11ce45
Octal26524527331403343416105
Binary10110101101001011011101111110001101110001110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A5BB; }

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

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

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

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

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

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

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

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