#BB8ACD

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

Shades of East Side #BB8ACD

Tints of East Side #BB8ACD

Color information

#BB8ACD (or 0xBB8ACD) is unknown color: approx East Side. HEX triplet: BB, 8A and CD. RGB value is (187,138,205). Sum of RGB (Red+Green+Blue) = 187+138+205=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB8ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8ACD is #447532. Grayscale: #A0A0A0. Windows color (decimal): -4486451 or 13470395. OLE color: 13470395.

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

Color convert

RGB187138205-
CMYK0.090.3300.20
HSL283.88º40.12%67.25%-
HSV(B)283.88º32.68%80.39%-
XYZ40.633.1562.02-
YUV160.29153.23147.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.28%
GREEN value IS 138 (54.30% from 255) = 26.04%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=35.28%
G=26.04%
B=38.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871382050.090.3300.20283.8840.1267.25
HexBB8ACD92101411c2843
Octal273212315114102443450103
Binary10111011100010101100110110011000010101001000111001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8ACD; }

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

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

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

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

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

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

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

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