#B199B6

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

Shades of Chatelle #B199B6

Tints of Chatelle #B199B6

Color information

#B199B6 (or 0xB199B6) is unknown color: approx Chatelle. HEX triplet: B1, 99 and B6. RGB value is (177,153,182). Sum of RGB (Red+Green+Blue) = 177+153+182=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 182 (71.48% from 255 or 35.55% from 512); Max value from RGB is 182 - color contains mainly: blue. Hex color #B199B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B199B6 is #4E6649. Grayscale: #A3A3A3. Windows color (decimal): -5137994 or 11966897. OLE color: 11966897.

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

Color convert

RGB177153182-
CMYK0.030.1600.29
HSL289.66º16.57%65.69%-
HSV(B)289.66º15.93%71.37%-
XYZ37.9735.5149.11-
YUV163.48138.45137.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.57%
GREEN value IS 153 (60.16% from 255) = 29.88%
BLUE value IS 182 (71.48% from 255) = 35.55%
R=34.57%
G=29.88%
B=35.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771531820.030.1600.29289.6616.5765.69
HexB199B631001D1221142
Octal26123126632003544221102
Binary1011000110011001101101101110000011101100100010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B199B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B199B6; }

 p { color: rgb(177,153,182); }

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

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

 a { background-color: rgb(177,153,182); }

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

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

 span { border-color: rgb(177,153,182); }

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