#B19FB4

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

Shades of Chatelle #B19FB4

Tints of Chatelle #B19FB4

Color information

#B19FB4 (or 0xB19FB4) is unknown color: approx Chatelle. HEX triplet: B1, 9F and B4. RGB value is (177,159,180). Sum of RGB (Red+Green+Blue) = 177+159+180=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 180 - color contains mainly: blue. Hex color #B19FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19FB4 is #4E604B. Grayscale: #A6A6A6. Windows color (decimal): -5136460 or 11837361. OLE color: 11837361.

HSL color Cylindrical-coordinate representation of color #B19FB4: hue angle of 291.43º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B19FB4 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB177159180-
CMYK0.020.1200.29
HSL291.43º12.28%66.47%-
HSV(B)291.43º11.67%70.59%-
XYZ38.7737.4448.36-
YUV166.78135.46135.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.30%
GREEN value IS 159 (62.5% from 255) = 30.81%
BLUE value IS 180 (70.70% from 255) = 34.88%
R=34.30%
G=30.81%
B=34.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771591800.020.1200.29291.4312.2866.47
HexB19FB42C01D123c42
Octal26123726421403544314102
Binary10110001100111111011010010110001110110010001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19FB4; }

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

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

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

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

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

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

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

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