#B9ACBE

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

Shades of Chatelle #B9ACBE

Tints of Chatelle #B9ACBE

Color information

#B9ACBE (or 0xB9ACBE) is unknown color: approx Chatelle. HEX triplet: B9, AC and BE. RGB value is (185,172,190). Sum of RGB (Red+Green+Blue) = 185+172+190=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 190 - color contains mainly: blue. Hex color #B9ACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ACBE is #465341. Grayscale: #B1B1B1. Windows color (decimal): -4608834 or 12496057. OLE color: 12496057.

HSL color Cylindrical-coordinate representation of color #B9ACBE: hue angle of 283.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9ACBE is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185172190-
CMYK0.030.0900.25
HSL283.33º12.16%70.98%-
HSV(B)283.33º9.47%74.51%-
XYZ44.0543.5454.8-
YUV177.94134.81133.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.82%
GREEN value IS 172 (67.58% from 255) = 31.44%
BLUE value IS 190 (74.61% from 255) = 34.73%
R=33.82%
G=31.44%
B=34.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851721900.030.0900.25283.3312.1670.98
HexB9ACBE3901911bc47
Octal27125427631103143314107
Binary10111001101011001011111011100101100110001101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ACBE; }

 p { color: rgb(185,172,190); }

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

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

 a { background-color: rgb(185,172,190); }

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

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

 span { border-color: rgb(185,172,190); }

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