#B988CF

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

Shades of East Side #B988CF

Tints of East Side #B988CF

Color information

#B988CF (or 0xB988CF) is unknown color: approx East Side. HEX triplet: B9, 88 and CF. RGB value is (185,136,207). Sum of RGB (Red+Green+Blue) = 185+136+207=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 136 (53.52% from 255 or 25.76% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #B988CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B988CF is #467730. Grayscale: #9E9E9E. Windows color (decimal): -4618033 or 13600953. OLE color: 13600953.

HSL color Cylindrical-coordinate representation of color #B988CF: hue angle of 281.41º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B988CF is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB185136207-
CMYK0.110.3400.19
HSL281.41º42.51%67.25%-
HSV(B)281.41º34.3%81.18%-
XYZ40.0732.4363.18-
YUV158.74155.23146.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.04%
GREEN value IS 136 (53.52% from 255) = 25.76%
BLUE value IS 207 (81.25% from 255) = 39.20%
R=35.04%
G=25.76%
B=39.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851362070.110.3400.19281.4142.5167.25
HexB988CFB220131192b43
Octal271210317134202343153103
Binary10111001100010001100111110111000100100111000110011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B988CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B988CF; }

 p { color: rgb(185,136,207); }

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

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

 a { background-color: rgb(185,136,207); }

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

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

 span { border-color: rgb(185,136,207); }

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