#BB8DC7

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

Shades of East Side #BB8DC7

Tints of East Side #BB8DC7

Color information

#BB8DC7 (or 0xBB8DC7) is unknown color: approx East Side. HEX triplet: BB, 8D and C7. RGB value is (187,141,199). Sum of RGB (Red+Green+Blue) = 187+141+199=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 199 (78.12% from 255 or 37.76% from 527); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB8DC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8DC7 is #447238. Grayscale: #A1A1A1. Windows color (decimal): -4485689 or 13077947. OLE color: 13077947.

HSL color Cylindrical-coordinate representation of color #BB8DC7: hue angle of 287.59º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB8DC7 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB187141199-
CMYK0.060.2900.22
HSL287.59º34.12%66.67%-
HSV(B)287.59º29.15%78.04%-
XYZ40.3333.7458.42-
YUV161.37149.24146.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.48%
GREEN value IS 141 (55.47% from 255) = 26.76%
BLUE value IS 199 (78.12% from 255) = 37.76%
R=35.48%
G=26.76%
B=37.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871411990.060.2900.22287.5934.1266.67
HexBB8DC761D0161202243
Octal27321530763502644042103
Binary101110111000110111000111110111010101101001000001000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8DC7; }

 p { color: rgb(187,141,199); }

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

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

 a { background-color: rgb(187,141,199); }

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

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

 span { border-color: rgb(187,141,199); }

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