#B5ACBD

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

Shades of Chatelle #B5ACBD

Tints of Chatelle #B5ACBD

Color information

#B5ACBD (or 0xB5ACBD) is unknown color: approx Chatelle. HEX triplet: B5, AC and BD. RGB value is (181,172,189). Sum of RGB (Red+Green+Blue) = 181+172+189=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 189 - color contains mainly: blue. Hex color #B5ACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ACBD is #4A5342. Grayscale: #B0B0B0. Windows color (decimal): -4870979 or 12430517. OLE color: 12430517.

HSL color Cylindrical-coordinate representation of color #B5ACBD: hue angle of 271.76º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B5ACBD is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB181172189-
CMYK0.040.0900.26
HSL271.76º11.41%70.78%-
HSV(B)271.76º8.99%74.12%-
XYZ42.994354.18-
YUV176.63134.98131.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.39%
GREEN value IS 172 (67.58% from 255) = 31.73%
BLUE value IS 189 (74.22% from 255) = 34.87%
R=33.39%
G=31.73%
B=34.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811721890.040.0900.26271.7611.4170.78
HexB5ACBD4901A110b47
Octal26525427541103242013107
Binary101101011010110010111101100100101101010001000010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ACBD; }

 p { color: rgb(181,172,189); }

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

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

 a { background-color: rgb(181,172,189); }

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

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

 span { border-color: rgb(181,172,189); }

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