#B088C8

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

Shades of East Side #B088C8

Tints of East Side #B088C8

Color information

#B088C8 (or 0xB088C8) is unknown color: approx East Side. HEX triplet: B0, 88 and C8. RGB value is (176,136,200). Sum of RGB (Red+Green+Blue) = 176+136+200=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 200 (78.52% from 255 or 39.06% from 512); Max value from RGB is 200 - color contains mainly: blue. Hex color #B088C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B088C8 is #4F7737. Grayscale: #9B9B9B. Windows color (decimal): -5207864 or 13142192. OLE color: 13142192.

HSL color Cylindrical-coordinate representation of color #B088C8: hue angle of 277.5º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B088C8 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB176136200-
CMYK0.120.3200.22
HSL277.5º36.78%65.88%-
HSV(B)277.5º32%78.43%-
XYZ37.1331.0158.67-
YUV155.26153.25142.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.38%
GREEN value IS 136 (53.52% from 255) = 26.56%
BLUE value IS 200 (78.52% from 255) = 39.06%
R=34.38%
G=26.56%
B=39.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1761362000.120.3200.22277.536.7865.88
HexB088C8C200161162542
Octal260210310144002642645102
Binary10110000100010001100100011001000000101101000101101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B088C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B088C8; }

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

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

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

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

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

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

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

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