Html Css Color HEX #BB97BA London Hue

📋 copy color: '#BB97BA'

red 187 ◦ green 151 ◦ blue 186

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

Shades of London Hue #BB97BA

Tints of London Hue #BB97BA

RGB

 RED value IS 187 (73.44% from 255) = 35.69%

 GREEN value IS 151 (59.38% from 255) = 28.82%

 BLUE value IS 186 (73.05% from 255) = 35.5%

R = 35.69%
G = 28.82%
B = 35.5%

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

#BB97BA (or 0xBB97BA) is known color: London Hue. HEX triplet: BB, 97 and BA. RGB value is (187,151,186). Sum of RGB (Red+Green+Blue) = 187+151+186=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 187 - color contains mainly: red. Hex color #BB97BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB97BA is #446845. Grayscale: #A5A5A5. Windows color (decimal): -4483142 or 12228539. OLE color: 12228539.

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

Color convert

RGB 187 151 186 -
CMYK 0 0.19 0.01 0.27
HSL 301.67º 0.21% 0.66% -
HSV(B) 301.67º 0.19% 0.73% -
XYZ 40.42 36.24 51.32 -
YUV 165.75 139.43 143.15 -
System Red Green Blue C M Y K H S L
Decimal 187 151 186 0 0.19 0.01 0.27 301.67 0.21 0.66
Hex BB 97 BA 0 13 1 1B 12E 15 42
Octal 273 227 272 0 23 1 33 456 25 102
Binary 10111011 10010111 10111010 0 10011 1 11011 100101110 10101 1000010

Color Harmonies of #BB97BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB97BA

Black with #BB97BA

Text Example


Text Example

White with #BB97BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB97BA; }

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

 H1.HeaderClassName
 {
   color: #BB97BA;
 }
 .AnyTagClassName
 {
   color: #BB97BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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