Html Css Color HEX #BB89B1 London Hue

📋 copy color: '#BB89B1'

red 187 ◦ green 137 ◦ blue 177

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

Shades of London Hue #BB89B1

Tints of London Hue #BB89B1

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.35%

 BLUE value IS 177 (69.53% from 255) = 35.33%

R = 37.33%
G = 27.35%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB89B1 (or 0xBB89B1) is known color: London Hue. HEX triplet: BB, 89 and B1. RGB value is (187,137,177). Sum of RGB (Red+Green+Blue) = 187+137+177=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 177 (69.53% from 255 or 35.33% from 501); Max value from RGB is 187 - color contains mainly: red. Hex color #BB89B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB89B1 is #44764E. Grayscale: #9C9C9C. Windows color (decimal): -4486735 or 11635131. OLE color: 11635131.

HSL color Cylindrical-coordinate representation of color #BB89B1: hue angle of 312º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB89B1 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 137 177 -
CMYK 0 0.27 0.05 0.27
HSL 312º 0.27% 0.64% -
HSV(B) 312º 0.27% 0.73% -
XYZ 37.37 31.63 45.73 -
YUV 156.51 139.57 149.75 -
System Red Green Blue C M Y K H S L
Decimal 187 137 177 0 0.27 0.05 0.27 312 0.27 0.64
Hex BB 89 B1 0 1B 5 1B 138 1B 40
Octal 273 211 261 0 33 5 33 470 33 100
Binary 10111011 10001001 10110001 0 11011 101 11011 100111000 11011 1000000

Color Harmonies of #BB89B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB89B1

Black with #BB89B1

Text Example


Text Example

White with #BB89B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB89B1; }

 p { color: rgb(187,137,177); }

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

background-color css

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

 a { background-color: rgb(187,137,177); }

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

border-color css

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

 span { border-color: rgb(187,137,177); }

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