#B19FBF

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

Shades of Chatelle #B19FBF

Tints of Chatelle #B19FBF

Color information

#B19FBF (or 0xB19FBF) is unknown color: approx Chatelle. HEX triplet: B1, 9F and BF. RGB value is (177,159,191). Sum of RGB (Red+Green+Blue) = 177+159+191=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 191 - color contains mainly: blue. Hex color #B19FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19FBF is #4E6040. Grayscale: #A7A7A7. Windows color (decimal): -5136449 or 12558257. OLE color: 12558257.

HSL color Cylindrical-coordinate representation of color #B19FBF: hue angle of 273.75º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B19FBF is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB177159191-
CMYK0.070.1700.25
HSL273.75º20%68.63%-
HSV(B)273.75º16.75%74.9%-
XYZ39.9337.954.5-
YUV168.03140.96134.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.59%
GREEN value IS 159 (62.5% from 255) = 30.17%
BLUE value IS 191 (75% from 255) = 36.24%
R=33.59%
G=30.17%
B=36.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771591910.070.1700.25273.752068.63
HexB19FBF7110191121445
Octal26123727772103142224105
Binary10110001100111111011111111110001011001100010010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19FBF; }

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

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

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

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

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

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

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

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