#B08CCB

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

Shades of East Side #B08CCB

Tints of East Side #B08CCB

Color information

#B08CCB (or 0xB08CCB) is unknown color: approx East Side. HEX triplet: B0, 8C and CB. RGB value is (176,140,203). Sum of RGB (Red+Green+Blue) = 176+140+203=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #B08CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08CCB is #4F7334. Grayscale: #9D9D9D. Windows color (decimal): -5206837 or 13339824. OLE color: 13339824.

HSL color Cylindrical-coordinate representation of color #B08CCB: hue angle of 274.29º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B08CCB is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176140203-
CMYK0.130.3100.20
HSL274.29º37.72%67.25%-
HSV(B)274.29º31.03%79.61%-
XYZ38.0632.360.73-
YUV157.95153.43140.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.91%
GREEN value IS 140 (55.08% from 255) = 26.97%
BLUE value IS 203 (79.69% from 255) = 39.11%
R=33.91%
G=26.97%
B=39.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761402030.130.3100.20274.2937.7267.25
HexB08CCBD1F0141122643
Octal260214313153702442246103
Binary1011000010001100110010111101111110101001000100101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08CCB; }

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

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

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

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

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

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

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

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