#BB94CA

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

Shades of East Side #BB94CA

Tints of East Side #BB94CA

Color information

#BB94CA (or 0xBB94CA) is unknown color: approx East Side. HEX triplet: BB, 94 and CA. RGB value is (187,148,202). Sum of RGB (Red+Green+Blue) = 187+148+202=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB94CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB94CA is #446B35. Grayscale: #A5A5A5. Windows color (decimal): -4483894 or 13276347. OLE color: 13276347.

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

Color convert

RGB187148202-
CMYK0.070.2700.21
HSL283.33º33.75%68.63%-
HSV(B)283.33º26.73%79.22%-
XYZ41.7436.0160.63-
YUV165.82148.42143.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 148 (58.20% from 255) = 27.56%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=34.82%
G=27.56%
B=37.62%

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
Decimal1871482020.070.2700.21283.3333.7568.63
HexBB94CA71B01511b2245
Octal27322431273302543342105
Binary101110111001010011001010111110110101011000110111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB94CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB94CA; }

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

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

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

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

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

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

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

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