#BB8BCE

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

Shades of East Side #BB8BCE

Tints of East Side #BB8BCE

Color information

#BB8BCE (or 0xBB8BCE) is unknown color: approx East Side. HEX triplet: BB, 8B and CE. RGB value is (187,139,206). Sum of RGB (Red+Green+Blue) = 187+139+206=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 139 (54.69% from 255 or 26.13% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB8BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8BCE is #447431. Grayscale: #A0A0A0. Windows color (decimal): -4486194 or 13536187. OLE color: 13536187.

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

Color convert

RGB187139206-
CMYK0.090.3300.19
HSL282.99º40.61%67.65%-
HSV(B)282.99º32.52%80.78%-
XYZ40.8733.4962.7-
YUV160.99153.4146.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.15%
GREEN value IS 139 (54.69% from 255) = 26.13%
BLUE value IS 206 (80.86% from 255) = 38.72%
R=35.15%
G=26.13%
B=38.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871392060.090.3300.19282.9940.6167.65
HexBB8BCE92101311b2944
Octal273213316114102343351104
Binary10111011100010111100111010011000010100111000110111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8BCE; }

 p { color: rgb(187,139,206); }

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

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

 a { background-color: rgb(187,139,206); }

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

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

 span { border-color: rgb(187,139,206); }

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