#B8A1C0

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

Shades of Chatelle #B8A1C0

Tints of Chatelle #B8A1C0

Color information

#B8A1C0 (or 0xB8A1C0) is unknown color: approx Chatelle. HEX triplet: B8, A1 and C0. RGB value is (184,161,192). Sum of RGB (Red+Green+Blue) = 184+161+192=537 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.26% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 192 - color contains mainly: blue. Hex color #B8A1C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A1C0 is #475E3F. Grayscale: #ABABAB. Windows color (decimal): -4677184 or 12624312. OLE color: 12624312.

HSL color Cylindrical-coordinate representation of color #B8A1C0: hue angle of 284.52º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8A1C0 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB184161192-
CMYK0.040.1600.25
HSL284.52º19.75%69.22%-
HSV(B)284.52º16.15%75.29%-
XYZ42.0339.4955.28-
YUV171.41139.62136.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.26%
GREEN value IS 161 (63.28% from 255) = 29.98%
BLUE value IS 192 (75.39% from 255) = 35.75%
R=34.26%
G=29.98%
B=35.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841611920.040.1600.25284.5219.7569.22
HexB8A1C041001911d1445
Octal27024130042003143524105
Binary10111000101000011100000010010000011001100011101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A1C0; }

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

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

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

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

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

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

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

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