#B09FBD

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

Shades of Chatelle #B09FBD

Tints of Chatelle #B09FBD

Color information

#B09FBD (or 0xB09FBD) is unknown color: approx Chatelle. HEX triplet: B0, 9F and BD. RGB value is (176,159,189). Sum of RGB (Red+Green+Blue) = 176+159+189=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 189 - color contains mainly: blue. Hex color #B09FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09FBD is #4F6042. Grayscale: #A7A7A7. Windows color (decimal): -5201987 or 12427184. OLE color: 12427184.

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

Color convert

RGB176159189-
CMYK0.070.1600.26
HSL274º18.52%68.24%-
HSV(B)274º15.87%74.12%-
XYZ39.4937.753.34-
YUV167.5140.13134.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.59%
GREEN value IS 159 (62.5% from 255) = 30.34%
BLUE value IS 189 (74.22% from 255) = 36.07%
R=33.59%
G=30.34%
B=36.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761591890.070.1600.2627418.5268.24
HexB09FBD71001A1121344
Octal26023727572003242223104
Binary10110000100111111011110111110000011010100010010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09FBD; }

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

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

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

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

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

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

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

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