#B08CC3

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

Shades of East Side #B08CC3

Tints of East Side #B08CC3

Color information

#B08CC3 (or 0xB08CC3) is unknown color: approx East Side. HEX triplet: B0, 8C and C3. RGB value is (176,140,195). Sum of RGB (Red+Green+Blue) = 176+140+195=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 195 - color contains mainly: blue. Hex color #B08CC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08CC3 is #4F733C. Grayscale: #9C9C9C. Windows color (decimal): -5206845 or 12815536. OLE color: 12815536.

HSL color Cylindrical-coordinate representation of color #B08CC3: hue angle of 279.27º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B08CC3 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB176140195-
CMYK0.100.2800.24
HSL279.27º31.43%65.69%-
HSV(B)279.27º28.21%76.47%-
XYZ37.1331.9355.84-
YUV157.03149.43141.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 140 (55.08% from 255) = 27.40%
BLUE value IS 195 (76.56% from 255) = 38.16%
R=34.44%
G=27.40%
B=38.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761401950.100.2800.24279.2731.4365.69
HexB08CC3A1C0181171f42
Octal260214303123403042737102
Binary101100001000110011000011101011100011000100010111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08CC3; }

 p { color: rgb(176,140,195); }

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

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

 a { background-color: rgb(176,140,195); }

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

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

 span { border-color: rgb(176,140,195); }

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