Html Css Color HEX #BB98BA London Hue

📋 copy color: '#BB98BA'

red 187 ◦ green 152 ◦ blue 186

#BB98BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #BB98BA

Tints of London Hue #BB98BA

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 value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB98BA (or 0xBB98BA) is known color: 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

RGB 187 152 186 -
CMYK 0 0.19 0.01 0.27
HSL 301.71º 0.2% 0.66% -
HSV(B) 301.71º 0.19% 0.73% -
XYZ 40.58 36.57 51.37 -
YUV 166.34 139.1 142.74 -
System Red Green Blue C M Y K H S L
Decimal 187 152 186 0 0.19 0.01 0.27 301.71 0.2 0.66
Hex BB 98 BA 0 13 1 1B 12E 14 42
Octal 273 230 272 0 23 1 33 456 24 102
Binary 10111011 10011000 10111010 0 10011 1 11011 100101110 10100 1000010

Color Harmonies of #BB98BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB98BA

Black with #BB98BA

Text Example


Text Example

White with #BB98BA

Text Example


Text Example

HTML Codes & Css Web 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>