#B088CC

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

Shades of East Side #B088CC

Tints of East Side #B088CC

Color information

#B088CC (or 0xB088CC) is unknown color: approx East Side. HEX triplet: B0, 88 and CC. RGB value is (176,136,204). Sum of RGB (Red+Green+Blue) = 176+136+204=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #B088CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B088CC is #4F7733. Grayscale: #9B9B9B. Windows color (decimal): -5207860 or 13404336. OLE color: 13404336.

HSL color Cylindrical-coordinate representation of color #B088CC: hue angle of 275.29º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B088CC is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB176136204-
CMYK0.140.3300.2
HSL275.29º40%66.67%-
HSV(B)275.29º33.33%80%-
XYZ37.6131.261.17-
YUV155.71155.25142.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.11%
GREEN value IS 136 (53.52% from 255) = 26.36%
BLUE value IS 204 (80.08% from 255) = 39.53%
R=34.11%
G=26.36%
B=39.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1761362040.140.3300.2275.294066.67
HexB088CCE210141132843
Octal260210314164102442350103
Binary10110000100010001100110011101000010101001000100111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B088CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B088CC; }

 p { color: rgb(176,136,204); }

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

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

 a { background-color: rgb(176,136,204); }

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

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

 span { border-color: rgb(176,136,204); }

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