#B08CC4

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

Shades of East Side #B08CC4

Tints of East Side #B08CC4

Color information

#B08CC4 (or 0xB08CC4) is unknown color: approx East Side. HEX triplet: B0, 8C and C4. RGB value is (176,140,196). Sum of RGB (Red+Green+Blue) = 176+140+196=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 196 - color contains mainly: blue. Hex color #B08CC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08CC4 is #4F733B. Grayscale: #9C9C9C. Windows color (decimal): -5206844 or 12881072. OLE color: 12881072.

HSL color Cylindrical-coordinate representation of color #B08CC4: hue angle of 278.57º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B08CC4 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB176140196-
CMYK0.100.2900.23
HSL278.57º32.18%65.88%-
HSV(B)278.57º28.57%76.86%-
XYZ37.2531.9756.43-
YUV157.15149.93141.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.38%
GREEN value IS 140 (55.08% from 255) = 27.34%
BLUE value IS 196 (76.95% from 255) = 38.28%
R=34.38%
G=27.34%
B=38.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761401960.100.2900.23278.5732.1865.88
HexB08CC4A1D0171172042
Octal260214304123502742740102
Binary1011000010001100110001001010111010101111000101111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08CC4; }

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

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

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

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

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

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

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

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