#bb98c8

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

Shades of East Side #BB98C8

Tints of East Side #BB98C8

Color information

#BB98C8 (or 0xBB98C8) is unknown color: approx East Side. HEX triplet: BB, 98 and C8. RGB value is (187,152,200). Sum of RGB (Red+Green+Blue) = 187+152+200=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB98C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB98C8 is #446737. Grayscale: #A7A7A7. Windows color (decimal): -4482872 or 13146299. OLE color: 13146299.

HSL color Cylindrical-coordinate representation of color #BB98C8: hue angle of 283.75º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB98C8 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB187152200-
CMYK0.060.2400.22
HSL283.75º30.38%69.02%-
HSV(B)283.75º24%78.43%-
XYZ42.1537.1959.6-
YUV167.94146.1141.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.69%
GREEN value IS 152 (59.77% from 255) = 28.20%
BLUE value IS 200 (78.52% from 255) = 37.11%
R=34.69%
G=28.20%
B=37.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871522000.060.2400.22283.7530.3869.02
HexBB98C861801611c1e45
Octal27323031063002643436105
Binary10111011100110001100100011011000010110100011100111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb98c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb98c8; }

 p { color: rgb(187,152,200); }

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

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

 a { background-color: rgb(187,152,200); }

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

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

 span { border-color: rgb(187,152,200); }

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