#B19FBA

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

Shades of Chatelle #B19FBA

Tints of Chatelle #B19FBA

Color information

#B19FBA (or 0xB19FBA) is unknown color: approx Chatelle. HEX triplet: B1, 9F and BA. RGB value is (177,159,186). Sum of RGB (Red+Green+Blue) = 177+159+186=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 186 - color contains mainly: blue. Hex color #B19FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19FBA is #4E6045. Grayscale: #A7A7A7. Windows color (decimal): -5136454 or 12230577. OLE color: 12230577.

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

Color convert

RGB177159186-
CMYK0.050.1500.27
HSL280º16.36%67.65%-
HSV(B)280º14.52%72.94%-
XYZ39.3937.6951.65-
YUV167.46138.46134.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.91%
GREEN value IS 159 (62.5% from 255) = 30.46%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=33.91%
G=30.46%
B=35.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771591860.050.1500.2728016.3667.65
HexB19FBA5F01B1181044
Octal26123727251703343020104
Binary1011000110011111101110101011111011011100011000100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19FBA; }

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

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

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

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

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

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

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

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