#B19CBA

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

Shades of Chatelle #B19CBA

Tints of Chatelle #B19CBA

Color information

#B19CBA (or 0xB19CBA) is unknown color: approx Chatelle. HEX triplet: B1, 9C and BA. RGB value is (177,156,186). Sum of RGB (Red+Green+Blue) = 177+156+186=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: blue. Hex color #B19CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19CBA is #4E6345. Grayscale: #A5A5A5. Windows color (decimal): -5137222 or 12229809. OLE color: 12229809.

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

Color convert

RGB177156186-
CMYK0.050.1600.27
HSL282º17.86%67.06%-
HSV(B)282º16.13%72.94%-
XYZ38.8836.6751.48-
YUV165.7139.46136.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.10%
GREEN value IS 156 (61.33% from 255) = 30.06%
BLUE value IS 186 (73.05% from 255) = 35.84%
R=34.10%
G=30.06%
B=35.84%

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
Decimal1771561860.050.1600.2728217.8667.06
HexB19CBA51001B11a1243
Octal26123427252003343222103
Binary10110001100111001011101010110000011011100011010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19CBA; }

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

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

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

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

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

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

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

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