#B09FBC

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

Shades of Chatelle #B09FBC

Tints of Chatelle #B09FBC

Color information

#B09FBC (or 0xB09FBC) is unknown color: approx Chatelle. HEX triplet: B0, 9F and BC. RGB value is (176,159,188). Sum of RGB (Red+Green+Blue) = 176+159+188=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 188 - color contains mainly: blue. Hex color #B09FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09FBC is #4F6043. Grayscale: #A7A7A7. Windows color (decimal): -5201988 or 12361648. OLE color: 12361648.

HSL color Cylindrical-coordinate representation of color #B09FBC: hue angle of 275.17º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B09FBC is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB176159188-
CMYK0.060.1500.26
HSL275.17º17.79%68.04%-
HSV(B)275.17º15.43%73.73%-
XYZ39.3837.6652.77-
YUV167.39139.63134.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.65%
GREEN value IS 159 (62.5% from 255) = 30.40%
BLUE value IS 188 (73.83% from 255) = 35.95%
R=33.65%
G=30.40%
B=35.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761591880.060.1500.26275.1717.7968.04
HexB09FBC6F01A1131244
Octal26023727461703242322104
Binary1011000010011111101111001101111011010100010011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09FBC; }

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

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

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

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

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

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

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

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