#B5ACBB

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

Shades of Chatelle #B5ACBB

Tints of Chatelle #B5ACBB

Color information

#B5ACBB (or 0xB5ACBB) is unknown color: approx Chatelle. HEX triplet: B5, AC and BB. RGB value is (181,172,187). Sum of RGB (Red+Green+Blue) = 181+172+187=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 187 - color contains mainly: blue. Hex color #B5ACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ACBB is #4A5344. Grayscale: #B0B0B0. Windows color (decimal): -4870981 or 12299445. OLE color: 12299445.

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

Color convert

RGB181172187-
CMYK0.030.0800.27
HSL276º9.93%70.39%-
HSV(B)276º8.02%73.33%-
XYZ42.7842.9253.04-
YUV176.4133.98131.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.52%
GREEN value IS 172 (67.58% from 255) = 31.85%
BLUE value IS 187 (73.44% from 255) = 34.63%
R=33.52%
G=31.85%
B=34.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811721870.030.0800.272769.9370.39
HexB5ACBB3801B114a46
Octal26525427331003342412106
Binary10110101101011001011101111100001101110001010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ACBB; }

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

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

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

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

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

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

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

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