#B19BBA

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

Shades of Chatelle #B19BBA

Tints of Chatelle #B19BBA

Color information

#B19BBA (or 0xB19BBA) is unknown color: approx Chatelle. HEX triplet: B1, 9B and BA. RGB value is (177,155,186). Sum of RGB (Red+Green+Blue) = 177+155+186=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 186 - color contains mainly: blue. Hex color #B19BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19BBA is #4E6445. Grayscale: #A5A5A5. Windows color (decimal): -5137478 or 12229553. OLE color: 12229553.

HSL color Cylindrical-coordinate representation of color #B19BBA: hue angle of 282.58º degrees, saturation: 0.18, 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 #B19BBA is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177155186-
CMYK0.050.1700.27
HSL282.58º18.34%66.86%-
HSV(B)282.58º16.67%72.94%-
XYZ38.7236.3351.43-
YUV165.11139.79136.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.17%
GREEN value IS 155 (60.94% from 255) = 29.92%
BLUE value IS 186 (73.05% from 255) = 35.91%
R=34.17%
G=29.92%
B=35.91%

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
Decimal1771551860.050.1700.27282.5818.3466.86
HexB19BBA51101B11b1243
Octal26123327252103343322103
Binary10110001100110111011101010110001011011100011011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19BBA; }

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

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

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

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

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

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

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

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