#B088CD

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

Shades of East Side #B088CD

Tints of East Side #B088CD

Color information

#B088CD (or 0xB088CD) is unknown color: approx East Side. HEX triplet: B0, 88 and CD. RGB value is (176,136,205). Sum of RGB (Red+Green+Blue) = 176+136+205=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #B088CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B088CD is #4F7732. Grayscale: #9B9B9B. Windows color (decimal): -5207859 or 13469872. OLE color: 13469872.

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

Color convert

RGB176136205-
CMYK0.140.3400.20
HSL274.78º40.83%66.86%-
HSV(B)274.78º33.66%80.39%-
XYZ37.7331.2561.8-
YUV155.83155.75142.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.04%
GREEN value IS 136 (53.52% from 255) = 26.31%
BLUE value IS 205 (80.47% from 255) = 39.65%
R=34.04%
G=26.31%
B=39.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761362050.140.3400.20274.7840.8366.86
HexB088CDE220141132943
Octal260210315164202442351103
Binary10110000100010001100110111101000100101001000100111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B088CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B088CD; }

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

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

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

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

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

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

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

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