#B19FBB

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

Shades of Chatelle #B19FBB

Tints of Chatelle #B19FBB

Color information

#B19FBB (or 0xB19FBB) is unknown color: approx Chatelle. HEX triplet: B1, 9F and BB. RGB value is (177,159,187). Sum of RGB (Red+Green+Blue) = 177+159+187=523 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.84% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 187 - color contains mainly: blue. Hex color #B19FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19FBB is #4E6044. Grayscale: #A7A7A7. Windows color (decimal): -5136453 or 12296113. OLE color: 12296113.

HSL color Cylindrical-coordinate representation of color #B19FBB: hue angle of 278.57º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B19FBB is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177159187-
CMYK0.050.1500.27
HSL278.57º17.07%67.84%-
HSV(B)278.57º14.97%73.33%-
XYZ39.537.7352.21-
YUV167.57138.96134.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.84%
GREEN value IS 159 (62.5% from 255) = 30.40%
BLUE value IS 187 (73.44% from 255) = 35.76%
R=33.84%
G=30.40%
B=35.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771591870.050.1500.27278.5717.0767.84
HexB19FBB5F01B1171144
Octal26123727351703342721104
Binary1011000110011111101110111011111011011100010111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19FBB; }

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

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

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

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

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

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

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

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