#B09CBA

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

Shades of Chatelle #B09CBA

Tints of Chatelle #B09CBA

Color information

#B09CBA (or 0xB09CBA) is unknown color: approx Chatelle. HEX triplet: B0, 9C and BA. RGB value is (176,156,186). Sum of RGB (Red+Green+Blue) = 176+156+186=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 186 - color contains mainly: blue. Hex color #B09CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09CBA is #4F6345. Grayscale: #A5A5A5. Windows color (decimal): -5202758 or 12229808. OLE color: 12229808.

HSL color Cylindrical-coordinate representation of color #B09CBA: hue angle of 280º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B09CBA is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB176156186-
CMYK0.050.1600.27
HSL280º17.86%67.06%-
HSV(B)280º16.13%72.94%-
XYZ38.6636.5551.47-
YUV165.4139.63135.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.98%
GREEN value IS 156 (61.33% from 255) = 30.12%
BLUE value IS 186 (73.05% from 255) = 35.91%
R=33.98%
G=30.12%
B=35.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761561860.050.1600.2728017.8667.06
HexB09CBA51001B1181243
Octal26023427252003343022103
Binary10110000100111001011101010110000011011100011000100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09CBA; }

 p { color: rgb(176,156,186); }

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

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

 a { background-color: rgb(176,156,186); }

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

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

 span { border-color: rgb(176,156,186); }

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