#B19DBA

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

Shades of Chatelle #B19DBA

Tints of Chatelle #B19DBA

Color information

#B19DBA (or 0xB19DBA) is unknown color: approx Chatelle. HEX triplet: B1, 9D and BA. RGB value is (177,157,186). Sum of RGB (Red+Green+Blue) = 177+157+186=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 186 - color contains mainly: blue. Hex color #B19DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19DBA is #4E6245. Grayscale: #A6A6A6. Windows color (decimal): -5136966 or 12230065. OLE color: 12230065.

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

Color convert

RGB177157186-
CMYK0.050.1600.27
HSL281.38º17.37%67.25%-
HSV(B)281.38º15.59%72.94%-
XYZ39.0537.0151.54-
YUV166.29139.13135.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.04%
GREEN value IS 157 (61.72% from 255) = 30.19%
BLUE value IS 186 (73.05% from 255) = 35.77%
R=34.04%
G=30.19%
B=35.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771571860.050.1600.27281.3817.3767.25
HexB19DBA51001B1191143
Octal26123527252003343121103
Binary10110001100111011011101010110000011011100011001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19DBA; }

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

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

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

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

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

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

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

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