#BB98B4

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

Shades of London Hue #BB98B4

Tints of London Hue #BB98B4

Color information

#BB98B4 (or 0xBB98B4) is unknown color: approx London Hue. HEX triplet: BB, 98 and B4. RGB value is (187,152,180). Sum of RGB (Red+Green+Blue) = 187+152+180=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 187 - color contains mainly: red. Hex color #BB98B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB98B4 is #44674B. Grayscale: #A5A5A5. Windows color (decimal): -4482892 or 11835579. OLE color: 11835579.

HSL color Cylindrical-coordinate representation of color #BB98B4: hue angle of 312º 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 #BB98B4 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB187152180-
CMYK00.190.040.27
HSL312º20.47%66.47%-
HSV(B)312º18.72%73.33%-
XYZ39.9636.3248.08-
YUV165.66136.1143.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.03%
GREEN value IS 152 (59.77% from 255) = 29.29%
BLUE value IS 180 (70.70% from 255) = 34.68%
R=36.03%
G=29.29%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715218000.190.040.2731220.4766.47
HexBB98B401341B1381442
Octal27323026402343347024102
Binary10111011100110001011010001001110011011100111000101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB98B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB98B4; }

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

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

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

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

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

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

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

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