#B09EB6

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

Shades of Chatelle #B09EB6

Tints of Chatelle #B09EB6

Color information

#B09EB6 (or 0xB09EB6) is unknown color: approx Chatelle. HEX triplet: B0, 9E and B6. RGB value is (176,158,182). Sum of RGB (Red+Green+Blue) = 176+158+182=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 182 (71.48% from 255 or 35.27% from 516); Max value from RGB is 182 - color contains mainly: blue. Hex color #B09EB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09EB6 is #4F6149. Grayscale: #A6A6A6. Windows color (decimal): -5202250 or 11968176. OLE color: 11968176.

HSL color Cylindrical-coordinate representation of color #B09EB6: hue angle of 285º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B09EB6 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB176158182-
CMYK0.030.1300.29
HSL285º14.12%66.67%-
HSV(B)285º13.19%71.37%-
XYZ38.5737.0649.38-
YUV166.12136.96135.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.11%
GREEN value IS 158 (62.11% from 255) = 30.62%
BLUE value IS 182 (71.48% from 255) = 35.27%
R=34.11%
G=30.62%
B=35.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761581820.030.1300.2928514.1266.67
HexB09EB63D01D11de43
Octal26023626631503543516103
Binary10110000100111101011011011110101110110001110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09EB6; }

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

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

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

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

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

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

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

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