Html Css Color HEX #BB91B2 London Hue

📋 copy color: '#BB91B2'

red 187 ◦ green 145 ◦ blue 178

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

Shades of London Hue #BB91B2

Tints of London Hue #BB91B2

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.43%

 BLUE value IS 178 (69.92% from 255) = 34.9%

R = 36.67%
G = 28.43%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB91B2 (or 0xBB91B2) is known color: London Hue. HEX triplet: BB, 91 and B2. RGB value is (187,145,178). Sum of RGB (Red+Green+Blue) = 187+145+178=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 187 - color contains mainly: red. Hex color #BB91B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB91B2 is #446E4D. Grayscale: #A1A1A1. Windows color (decimal): -4484686 or 11702715. OLE color: 11702715.

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

Color convert

RGB 187 145 178 -
CMYK 0 0.22 0.05 0.27
HSL 312.86º 0.24% 0.65% -
HSV(B) 312.86º 0.22% 0.73% -
XYZ 38.65 34.03 46.65 -
YUV 161.32 137.41 146.32 -
System Red Green Blue C M Y K H S L
Decimal 187 145 178 0 0.22 0.05 0.27 312.86 0.24 0.65
Hex BB 91 B2 0 16 5 1B 139 18 41
Octal 273 221 262 0 26 5 33 471 30 101
Binary 10111011 10010001 10110010 0 10110 101 11011 100111001 11000 1000001

Color Harmonies of #BB91B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB91B2

Black with #BB91B2

Text Example


Text Example

White with #BB91B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB91B2; }

 p { color: rgb(187,145,178); }

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

background-color css

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

 a { background-color: rgb(187,145,178); }

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

border-color css

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

 span { border-color: rgb(187,145,178); }

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