#B19FBC

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

Shades of Chatelle #B19FBC

Tints of Chatelle #B19FBC

Color information

#B19FBC (or 0xB19FBC) is unknown color: approx Chatelle. HEX triplet: B1, 9F and BC. RGB value is (177,159,188). Sum of RGB (Red+Green+Blue) = 177+159+188=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 188 - color contains mainly: blue. Hex color #B19FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19FBC is #4E6043. Grayscale: #A7A7A7. Windows color (decimal): -5136452 or 12361649. OLE color: 12361649.

HSL color Cylindrical-coordinate representation of color #B19FBC: hue angle of 277.24º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B19FBC is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB177159188-
CMYK0.060.1500.26
HSL277.24º17.79%68.04%-
HSV(B)277.24º15.43%73.73%-
XYZ39.6137.7752.78-
YUV167.69139.46134.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.78%
GREEN value IS 159 (62.5% from 255) = 30.34%
BLUE value IS 188 (73.83% from 255) = 35.88%
R=33.78%
G=30.34%
B=35.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771591880.060.1500.26277.2417.7968.04
HexB19FBC6F01A1151244
Octal26123727461703242522104
Binary1011000110011111101111001101111011010100010101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19FBC; }

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

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

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

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

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

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

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

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