#B09AB5

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

Shades of Chatelle #B09AB5

Tints of Chatelle #B09AB5

Color information

#B09AB5 (or 0xB09AB5) is unknown color: approx Chatelle. HEX triplet: B0, 9A and B5. RGB value is (176,154,181). Sum of RGB (Red+Green+Blue) = 176+154+181=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 181 - color contains mainly: blue. Hex color #B09AB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09AB5 is #4F654A. Grayscale: #A3A3A3. Windows color (decimal): -5203275 or 11901616. OLE color: 11901616.

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

Color convert

RGB176154181-
CMYK0.030.1500.29
HSL288.89º15.43%65.69%-
HSV(B)288.89º14.92%70.98%-
XYZ37.835.6848.61-
YUV163.66137.79136.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 154 (60.55% from 255) = 30.14%
BLUE value IS 181 (71.09% from 255) = 35.42%
R=34.44%
G=30.14%
B=35.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761541810.030.1500.29288.8915.4365.69
HexB09AB53F01D121f42
Octal26023226531703544117102
Binary10110000100110101011010111111101110110010000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09AB5; }

 p { color: rgb(176,154,181); }

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

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

 a { background-color: rgb(176,154,181); }

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

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

 span { border-color: rgb(176,154,181); }

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