#B09CBB

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

Shades of East Side #B09CBB

Tints of East Side #B09CBB

Color information

#B09CBB (or 0xB09CBB) is unknown color: approx East Side. HEX triplet: B0, 9C and BB. RGB value is (176,156,187). Sum of RGB (Red+Green+Blue) = 176+156+187=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 187 - color contains mainly: blue. Hex color #B09CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09CBB is #4F6344. Grayscale: #A5A5A5. Windows color (decimal): -5202757 or 12295344. OLE color: 12295344.

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

Color convert

RGB176156187-
CMYK0.060.1700.27
HSL278.71º18.56%67.25%-
HSV(B)278.71º16.58%73.33%-
XYZ38.7636.5952.03-
YUV165.51140.13135.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.91%
GREEN value IS 156 (61.33% from 255) = 30.06%
BLUE value IS 187 (73.44% from 255) = 36.03%
R=33.91%
G=30.06%
B=36.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761561870.060.1700.27278.7118.5667.25
HexB09CBB61101B1171343
Octal26023427362103342723103
Binary10110000100111001011101111010001011011100010111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09CBB; }

 p { color: rgb(176,156,187); }

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

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

 a { background-color: rgb(176,156,187); }

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

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

 span { border-color: rgb(176,156,187); }

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