#B8ACBF

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

Shades of Chatelle #B8ACBF

Tints of Chatelle #B8ACBF

Color information

#B8ACBF (or 0xB8ACBF) is unknown color: approx Chatelle. HEX triplet: B8, AC and BF. RGB value is (184,172,191). Sum of RGB (Red+Green+Blue) = 184+172+191=547 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.64% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 191 - color contains mainly: blue. Hex color #B8ACBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ACBF is #475340. Grayscale: #B1B1B1. Windows color (decimal): -4674369 or 12561592. OLE color: 12561592.

HSL color Cylindrical-coordinate representation of color #B8ACBF: hue angle of 277.89º degrees, saturation: 0.13, 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 #B8ACBF is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB184172191-
CMYK0.040.1000.25
HSL277.89º12.93%71.18%-
HSV(B)277.89º9.95%74.9%-
XYZ43.9243.4655.36-
YUV177.75135.48132.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.64%
GREEN value IS 172 (67.58% from 255) = 31.44%
BLUE value IS 191 (75% from 255) = 34.92%
R=33.64%
G=31.44%
B=34.92%

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
Decimal1841721910.040.1000.25277.8912.9371.18
HexB8ACBF4A019116d47
Octal27025427741203142615107
Binary101110001010110010111111100101001100110001011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ACBF; }

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

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

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

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

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

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

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

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