#B09EBC

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

Shades of Chatelle #B09EBC

Tints of Chatelle #B09EBC

Color information

#B09EBC (or 0xB09EBC) is unknown color: approx Chatelle. HEX triplet: B0, 9E and BC. RGB value is (176,158,188). Sum of RGB (Red+Green+Blue) = 176+158+188=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 188 - color contains mainly: blue. Hex color #B09EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09EBC is #4F6143. Grayscale: #A6A6A6. Windows color (decimal): -5202244 or 12361392. OLE color: 12361392.

HSL color Cylindrical-coordinate representation of color #B09EBC: hue angle of 276º degrees, saturation: 0.18, 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 #B09EBC is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB176158188-
CMYK0.060.1600.26
HSL276º18.29%67.84%-
HSV(B)276º15.96%73.73%-
XYZ39.2137.3152.71-
YUV166.8139.96134.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.72%
GREEN value IS 158 (62.11% from 255) = 30.27%
BLUE value IS 188 (73.83% from 255) = 36.02%
R=33.72%
G=30.27%
B=36.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761581880.060.1600.2627618.2967.84
HexB09EBC61001A1141244
Octal26023627462003242422104
Binary10110000100111101011110011010000011010100010100100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09EBC; }

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

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

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

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

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

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

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

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