#B8ACBD

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

Shades of Chatelle #B8ACBD

Tints of Chatelle #B8ACBD

Color information

#B8ACBD (or 0xB8ACBD) is unknown color: approx Chatelle. HEX triplet: B8, AC and BD. RGB value is (184,172,189). Sum of RGB (Red+Green+Blue) = 184+172+189=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 189 - color contains mainly: blue. Hex color #B8ACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ACBD is #475342. Grayscale: #B1B1B1. Windows color (decimal): -4674371 or 12430520. OLE color: 12430520.

HSL color Cylindrical-coordinate representation of color #B8ACBD: hue angle of 282.35º 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 #B8ACBD is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB184172189-
CMYK0.030.0900.26
HSL282.35º11.41%70.78%-
HSV(B)282.35º8.99%74.12%-
XYZ43.743.3754.21-
YUV177.53134.48132.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.76%
GREEN value IS 172 (67.58% from 255) = 31.56%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=33.76%
G=31.56%
B=34.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841721890.030.0900.26282.3511.4170.78
HexB8ACBD3901A11ab47
Octal27025427531103243213107
Binary10111000101011001011110111100101101010001101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ACBD; }

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

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

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

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

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

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

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

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