#B8ACC0

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

Shades of Chatelle #B8ACC0

Tints of Chatelle #B8ACC0

Color information

#B8ACC0 (or 0xB8ACC0) is unknown color: approx Chatelle. HEX triplet: B8, AC and C0. RGB value is (184,172,192). Sum of RGB (Red+Green+Blue) = 184+172+192=548 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.58% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 192 - color contains mainly: blue. Hex color #B8ACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ACC0 is #47533F. Grayscale: #B1B1B1. Windows color (decimal): -4674368 or 12627128. OLE color: 12627128.

HSL color Cylindrical-coordinate representation of color #B8ACC0: hue angle of 276º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8ACC0 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB184172192-
CMYK0.040.1000.25
HSL276º13.7%71.37%-
HSV(B)276º10.42%75.29%-
XYZ44.0343.555.94-
YUV177.87135.98132.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.58%
GREEN value IS 172 (67.58% from 255) = 31.39%
BLUE value IS 192 (75.39% from 255) = 35.04%
R=33.58%
G=31.39%
B=35.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841721920.040.1000.2527613.771.37
HexB8ACC04A019114e47
Octal27025430041203142416107
Binary101110001010110011000000100101001100110001010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ACC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ACC0; }

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

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

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

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

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

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

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

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