#B08FC9

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

Shades of East Side #B08FC9

Tints of East Side #B08FC9

Color information

#B08FC9 (or 0xB08FC9) is unknown color: approx East Side. HEX triplet: B0, 8F and C9. RGB value is (176,143,201). Sum of RGB (Red+Green+Blue) = 176+143+201=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 201 - color contains mainly: blue. Hex color #B08FC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08FC9 is #4F7036. Grayscale: #9F9F9F. Windows color (decimal): -5206071 or 13209520. OLE color: 13209520.

HSL color Cylindrical-coordinate representation of color #B08FC9: hue angle of 274.14º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B08FC9 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176143201-
CMYK0.120.2900.21
HSL274.14º34.94%67.45%-
HSV(B)274.14º28.86%78.82%-
XYZ38.2733.0959.63-
YUV159.48151.43139.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.85%
GREEN value IS 143 (56.25% from 255) = 27.5%
BLUE value IS 201 (78.91% from 255) = 38.65%
R=33.85%
G=27.5%
B=38.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761432010.120.2900.21274.1434.9467.45
HexB08FC9C1D0151122343
Octal260217311143502542243103
Binary1011000010001111110010011100111010101011000100101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08FC9; }

 p { color: rgb(176,143,201); }

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

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

 a { background-color: rgb(176,143,201); }

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

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

 span { border-color: rgb(176,143,201); }

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