#BB8CCD

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

Shades of East Side #BB8CCD

Tints of East Side #BB8CCD

Color information

#BB8CCD (or 0xBB8CCD) is unknown color: approx East Side. HEX triplet: BB, 8C and CD. RGB value is (187,140,205). Sum of RGB (Red+Green+Blue) = 187+140+205=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB8CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8CCD is #447332. Grayscale: #A1A1A1. Windows color (decimal): -4485939 or 13470907. OLE color: 13470907.

HSL color Cylindrical-coordinate representation of color #BB8CCD: hue angle of 283.38º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB8CCD is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187140205-
CMYK0.090.3200.20
HSL283.38º39.39%67.65%-
HSV(B)283.38º31.71%80.39%-
XYZ40.8933.7362.11-
YUV161.46152.57146.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.15%
GREEN value IS 140 (55.08% from 255) = 26.32%
BLUE value IS 205 (80.47% from 255) = 38.53%
R=35.15%
G=26.32%
B=38.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871402050.090.3200.20283.3839.3967.65
HexBB8CCD92001411b2744
Octal273214315114002443347104
Binary10111011100011001100110110011000000101001000110111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8CCD; }

 p { color: rgb(187,140,205); }

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

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

 a { background-color: rgb(187,140,205); }

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

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

 span { border-color: rgb(187,140,205); }

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