#B788CD

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

Shades of East Side #B788CD

Tints of East Side #B788CD

Color information

#B788CD (or 0xB788CD) is unknown color: approx East Side. HEX triplet: B7, 88 and CD. RGB value is (183,136,205). Sum of RGB (Red+Green+Blue) = 183+136+205=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 136 (53.52% from 255 or 25.95% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #B788CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B788CD is #487732. Grayscale: #9D9D9D. Windows color (decimal): -4749107 or 13469879. OLE color: 13469879.

HSL color Cylindrical-coordinate representation of color #B788CD: hue angle of 280.87º 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 #B788CD is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB183136205-
CMYK0.110.3400.20
HSL280.87º40.83%66.86%-
HSV(B)280.87º33.66%80.39%-
XYZ39.3532.0861.88-
YUV157.92154.57145.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.92%
GREEN value IS 136 (53.52% from 255) = 25.95%
BLUE value IS 205 (80.47% from 255) = 39.12%
R=34.92%
G=25.95%
B=39.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831362050.110.3400.20280.8740.8366.86
HexB788CDB220141192943
Octal267210315134202443151103
Binary10110111100010001100110110111000100101001000110011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B788CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B788CD; }

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

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

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

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

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

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

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

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