#B09FB4

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

Shades of Chatelle #B09FB4

Tints of Chatelle #B09FB4

Color information

#B09FB4 (or 0xB09FB4) is unknown color: approx Chatelle. HEX triplet: B0, 9F and B4. RGB value is (176,159,180). Sum of RGB (Red+Green+Blue) = 176+159+180=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 180 - color contains mainly: blue. Hex color #B09FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09FB4 is #4F604B. Grayscale: #A6A6A6. Windows color (decimal): -5201996 or 11837360. OLE color: 11837360.

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

Color convert

RGB176159180-
CMYK0.020.1200.29
HSL288.57º12.28%66.47%-
HSV(B)288.57º11.67%70.59%-
XYZ38.5437.3248.35-
YUV166.48135.63134.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.17%
GREEN value IS 159 (62.5% from 255) = 30.87%
BLUE value IS 180 (70.70% from 255) = 34.95%
R=34.17%
G=30.87%
B=34.95%

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
Decimal1761591800.020.1200.29288.5712.2866.47
HexB09FB42C01D121c42
Octal26023726421403544114102
Binary10110000100111111011010010110001110110010000111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09FB4; }

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

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

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

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

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

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

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

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