#B099B6

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

Shades of Chatelle #B099B6

Tints of Chatelle #B099B6

Color information

#B099B6 (or 0xB099B6) is unknown color: approx Chatelle. HEX triplet: B0, 99 and B6. RGB value is (176,153,182). Sum of RGB (Red+Green+Blue) = 176+153+182=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 182 - color contains mainly: blue. Hex color #B099B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B099B6 is #4F6649. Grayscale: #A3A3A3. Windows color (decimal): -5203530 or 11966896. OLE color: 11966896.

HSL color Cylindrical-coordinate representation of color #B099B6: hue angle of 287.59º 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 #B099B6 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB176153182-
CMYK0.030.1600.29
HSL287.59º16.57%65.69%-
HSV(B)287.59º15.93%71.37%-
XYZ37.7435.3949.1-
YUV163.18138.62137.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 153 (60.16% from 255) = 29.94%
BLUE value IS 182 (71.48% from 255) = 35.62%
R=34.44%
G=29.94%
B=35.62%

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
Decimal1761531820.030.1600.29287.5916.5765.69
HexB099B631001D1201142
Octal26023126632003544021102
Binary1011000010011001101101101110000011101100100000100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B099B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B099B6; }

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

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

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

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

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

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

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

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