#BB98BA

Color #BB98BA London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #BB98BA

Tints of London Hue #BB98BA

Color information

#BB98BA (or 0xBB98BA) is unknown color: approx London Hue. HEX triplet: BB, 98 and BA. RGB value is (187,152,186). Sum of RGB (Red+Green+Blue) = 187+152+186=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 187 - color contains mainly: red. Hex color #BB98BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB98BA is #446745. Grayscale: #A6A6A6. Windows color (decimal): -4482886 or 12228795. OLE color: 12228795.

HSL color Cylindrical-coordinate representation of color #BB98BA: hue angle of 301.71º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BB98BA is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB187152186-
CMYK00.190.010.27
HSL301.71º20.47%66.47%-
HSV(B)301.71º18.72%73.33%-
XYZ40.5836.5751.37-
YUV166.34139.1142.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.62%
GREEN value IS 152 (59.77% from 255) = 28.95%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=35.62%
G=28.95%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715218600.190.010.27301.7120.4766.47
HexBB98BA01311B12e1442
Octal27323027202313345624102
Binary101110111001100010111010010011111011100101110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB98BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB98BA; }

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

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

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

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

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

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

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

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