#BB8CCF

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

Shades of East Side #BB8CCF

Tints of East Side #BB8CCF

Color information

#BB8CCF (or 0xBB8CCF) is unknown color: approx East Side. HEX triplet: BB, 8C and CF. RGB value is (187,140,207). Sum of RGB (Red+Green+Blue) = 187+140+207=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB8CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8CCF is #447330. Grayscale: #A1A1A1. Windows color (decimal): -4485937 or 13601979. OLE color: 13601979.

HSL color Cylindrical-coordinate representation of color #BB8CCF: hue angle of 282.09º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB8CCF is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB187140207-
CMYK0.100.3200.19
HSL282.09º41.1%68.04%-
HSV(B)282.09º32.37%81.18%-
XYZ41.1333.8363.39-
YUV161.69153.57146.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.02%
GREEN value IS 140 (55.08% from 255) = 26.22%
BLUE value IS 207 (81.25% from 255) = 38.76%
R=35.02%
G=26.22%
B=38.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871402070.100.3200.19282.0941.168.04
HexBB8CCFA2001311a2944
Octal273214317124002343251104
Binary10111011100011001100111110101000000100111000110101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8CCF; }

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

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

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

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

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

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

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

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