#B09EBA

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

Shades of Chatelle #B09EBA

Tints of Chatelle #B09EBA

Color information

#B09EBA (or 0xB09EBA) is unknown color: approx Chatelle. HEX triplet: B0, 9E and BA. RGB value is (176,158,186). Sum of RGB (Red+Green+Blue) = 176+158+186=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 186 - color contains mainly: blue. Hex color #B09EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09EBA is #4F6145. Grayscale: #A6A6A6. Windows color (decimal): -5202246 or 12230320. OLE color: 12230320.

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

Color convert

RGB176158186-
CMYK0.050.1500.27
HSL278.57º16.87%67.45%-
HSV(B)278.57º15.05%72.94%-
XYZ38.9937.2351.59-
YUV166.57138.96134.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.85%
GREEN value IS 158 (62.11% from 255) = 30.38%
BLUE value IS 186 (73.05% from 255) = 35.77%
R=33.85%
G=30.38%
B=35.77%

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
Decimal1761581860.050.1500.27278.5716.8767.45
HexB09EBA5F01B1171143
Octal26023627251703342721103
Binary1011000010011110101110101011111011011100010111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09EBA; }

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

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

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

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

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

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

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

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