#BB98B8

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

Shades of London Hue #BB98B8

Tints of London Hue #BB98B8

Color information

#BB98B8 (or 0xBB98B8) is unknown color: approx London Hue. HEX triplet: BB, 98 and B8. RGB value is (187,152,184). Sum of RGB (Red+Green+Blue) = 187+152+184=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 187 - color contains mainly: red. Hex color #BB98B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB98B8 is #446747. Grayscale: #A6A6A6. Windows color (decimal): -4482888 or 12097723. OLE color: 12097723.

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

Color convert

RGB187152184-
CMYK00.190.020.27
HSL305.14º20.47%66.47%-
HSV(B)305.14º18.72%73.33%-
XYZ40.3736.4850.26-
YUV166.11138.1142.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.76%
GREEN value IS 152 (59.77% from 255) = 29.06%
BLUE value IS 184 (72.27% from 255) = 35.18%
R=35.76%
G=29.06%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715218400.190.020.27305.1420.4766.47
HexBB98B801321B1311442
Octal27323027002323346124102
Binary1011101110011000101110000100111011011100110001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB98B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB98B8; }

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

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

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

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

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

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

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

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