#B09FBA

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

Shades of Chatelle #B09FBA

Tints of Chatelle #B09FBA

Color information

#B09FBA (or 0xB09FBA) is unknown color: approx Chatelle. HEX triplet: B0, 9F and BA. RGB value is (176,159,186). Sum of RGB (Red+Green+Blue) = 176+159+186=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: blue. Hex color #B09FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09FBA is #4F6045. Grayscale: #A7A7A7. Windows color (decimal): -5201990 or 12230576. OLE color: 12230576.

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

Color convert

RGB176159186-
CMYK0.050.1500.27
HSL277.78º16.36%67.65%-
HSV(B)277.78º14.52%72.94%-
XYZ39.1737.5751.64-
YUV167.16138.63134.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.78%
GREEN value IS 159 (62.5% from 255) = 30.52%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=33.78%
G=30.52%
B=35.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761591860.050.1500.27277.7816.3667.65
HexB09FBA5F01B1161044
Octal26023727251703342620104
Binary1011000010011111101110101011111011011100010110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09FBA; }

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

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

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

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

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

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

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

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