Html Css Color HEX #BB97B3 London Hue

📋 copy color: '#BB97B3'

red 187 ◦ green 151 ◦ blue 179

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

Shades of London Hue #BB97B3

Tints of London Hue #BB97B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.62%

R = 36.17%
G = 29.21%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BB97B3 (or 0xBB97B3) is known color: London Hue. HEX triplet: BB, 97 and B3. RGB value is (187,151,179). Sum of RGB (Red+Green+Blue) = 187+151+179=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 179 (70.31% from 255 or 34.62% from 517); Max value from RGB is 187 - color contains mainly: red. Hex color #BB97B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB97B3 is #44684C. Grayscale: #A4A4A4. Windows color (decimal): -4483149 or 11769787. OLE color: 11769787.

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

Color convert

RGB 187 151 179 -
CMYK 0 0.19 0.04 0.27
HSL 313.33º 0.21% 0.66% -
HSV(B) 313.33º 0.19% 0.73% -
XYZ 39.7 35.95 47.5 -
YUV 164.96 135.93 143.72 -
System Red Green Blue C M Y K H S L
Decimal 187 151 179 0 0.19 0.04 0.27 313.33 0.21 0.66
Hex BB 97 B3 0 13 4 1B 139 15 42
Octal 273 227 263 0 23 4 33 471 25 102
Binary 10111011 10010111 10110011 0 10011 100 11011 100111001 10101 1000010

Color Harmonies of #BB97B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB97B3

Black with #BB97B3

Text Example


Text Example

White with #BB97B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB97B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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