#B09AB6

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

Shades of Chatelle #B09AB6

Tints of Chatelle #B09AB6

Color information

#B09AB6 (or 0xB09AB6) is unknown color: approx Chatelle. HEX triplet: B0, 9A and B6. RGB value is (176,154,182). Sum of RGB (Red+Green+Blue) = 176+154+182=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 154 (60.55% from 255 or 30.08% 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 #B09AB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09AB6 is #4F6549. Grayscale: #A3A3A3. Windows color (decimal): -5203274 or 11967152. OLE color: 11967152.

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

Color convert

RGB176154182-
CMYK0.030.1500.29
HSL287.14º16.09%65.88%-
HSV(B)287.14º15.38%71.37%-
XYZ37.935.7249.15-
YUV163.77138.29136.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.38%
GREEN value IS 154 (60.55% from 255) = 30.08%
BLUE value IS 182 (71.48% from 255) = 35.55%
R=34.38%
G=30.08%
B=35.55%

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
Decimal1761541820.030.1500.29287.1416.0965.88
HexB09AB63F01D11f1042
Octal26023226631703543720102
Binary101100001001101010110110111111011101100011111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09AB6; }

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

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

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

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

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

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

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

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