#B085C4

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

Shades of East Side #B085C4

Tints of East Side #B085C4

Color information

#B085C4 (or 0xB085C4) is unknown color: approx East Side. HEX triplet: B0, 85 and C4. RGB value is (176,133,196). Sum of RGB (Red+Green+Blue) = 176+133+196=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 196 - color contains mainly: blue. Hex color #B085C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B085C4 is #4F7A3B. Grayscale: #989898. Windows color (decimal): -5208636 or 12879280. OLE color: 12879280.

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

Color convert

RGB176133196-
CMYK0.100.3200.23
HSL280.95º34.81%64.51%-
HSV(B)280.95º32.14%76.86%-
XYZ36.2629.9956.1-
YUV153.04152.25144.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.85%
GREEN value IS 133 (52.34% from 255) = 26.34%
BLUE value IS 196 (76.95% from 255) = 38.81%
R=34.85%
G=26.34%
B=38.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761331960.100.3200.23280.9534.8164.51
HexB085C4A200171192341
Octal260205304124002743143101
Binary10110000100001011100010010101000000101111000110011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B085C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B085C4; }

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

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

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

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

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

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

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

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