#B9A8C2

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

Shades of Chatelle #B9A8C2

Tints of Chatelle #B9A8C2

Color information

#B9A8C2 (or 0xB9A8C2) is unknown color: approx Chatelle. HEX triplet: B9, A8 and C2. RGB value is (185,168,194). Sum of RGB (Red+Green+Blue) = 185+168+194=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 194 - color contains mainly: blue. Hex color #B9A8C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A8C2 is #46573D. Grayscale: #AFAFAF. Windows color (decimal): -4609854 or 12757177. OLE color: 12757177.

HSL color Cylindrical-coordinate representation of color #B9A8C2: hue angle of 279.23º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9A8C2 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB185168194-
CMYK0.050.1300.24
HSL279.23º17.57%70.98%-
HSV(B)279.23º13.4%76.08%-
XYZ43.7542.2156.88-
YUV176.05138.13134.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.82%
GREEN value IS 168 (66.02% from 255) = 30.71%
BLUE value IS 194 (76.17% from 255) = 35.47%
R=33.82%
G=30.71%
B=35.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851681940.050.1300.24279.2317.5770.98
HexB9A8C25D0181171247
Octal27125030251503042722107
Binary1011100110101000110000101011101011000100010111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A8C2; }

 p { color: rgb(185,168,194); }

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

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

 a { background-color: rgb(185,168,194); }

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

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

 span { border-color: rgb(185,168,194); }

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