#B19ABA

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

Shades of Chatelle #B19ABA

Tints of Chatelle #B19ABA

Color information

#B19ABA (or 0xB19ABA) is unknown color: approx Chatelle. HEX triplet: B1, 9A and BA. RGB value is (177,154,186). Sum of RGB (Red+Green+Blue) = 177+154+186=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 186 - color contains mainly: blue. Hex color #B19ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19ABA is #4E6545. Grayscale: #A4A4A4. Windows color (decimal): -5137734 or 12229297. OLE color: 12229297.

HSL color Cylindrical-coordinate representation of color #B19ABA: hue angle of 283.12º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B19ABA is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177154186-
CMYK0.050.1700.27
HSL283.12º18.82%66.67%-
HSV(B)283.12º17.2%72.94%-
XYZ38.553651.37-
YUV164.52140.12136.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.24%
GREEN value IS 154 (60.55% from 255) = 29.79%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=34.24%
G=29.79%
B=35.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771541860.050.1700.27283.1218.8266.67
HexB19ABA51101B11b1343
Octal26123227252103343323103
Binary10110001100110101011101010110001011011100011011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19ABA; }

 p { color: rgb(177,154,186); }

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

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

 a { background-color: rgb(177,154,186); }

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

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

 span { border-color: rgb(177,154,186); }

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