#BB93CA

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

Shades of East Side #BB93CA

Tints of East Side #BB93CA

Color information

#BB93CA (or 0xBB93CA) is unknown color: approx East Side. HEX triplet: BB, 93 and CA. RGB value is (187,147,202). Sum of RGB (Red+Green+Blue) = 187+147+202=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB93CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB93CA is #446C35. Grayscale: #A5A5A5. Windows color (decimal): -4484150 or 13276091. OLE color: 13276091.

HSL color Cylindrical-coordinate representation of color #BB93CA: hue angle of 283.64º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB93CA is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB187147202-
CMYK0.070.2700.21
HSL283.64º34.16%68.43%-
HSV(B)283.64º27.23%79.22%-
XYZ41.5935.760.58-
YUV165.23148.75143.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.89%
GREEN value IS 147 (57.81% from 255) = 27.43%
BLUE value IS 202 (79.30% from 255) = 37.69%
R=34.89%
G=27.43%
B=37.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871472020.070.2700.21283.6434.1668.43
HexBB93CA71B01511c2244
Octal27322331273302543442104
Binary101110111001001111001010111110110101011000111001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB93CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB93CA; }

 p { color: rgb(187,147,202); }

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

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

 a { background-color: rgb(187,147,202); }

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

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

 span { border-color: rgb(187,147,202); }

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