Html Css Color HEX #BB9BB5 London Hue

📋 copy color: '#BB9BB5'

red 187 ◦ green 155 ◦ blue 181

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

Shades of London Hue #BB9BB5

Tints of London Hue #BB9BB5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.64%

 BLUE value IS 181 (71.09% from 255) = 34.61%

R = 35.76%
G = 29.64%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BB9BB5 (or 0xBB9BB5) is known color: London Hue. HEX triplet: BB, 9B and B5. RGB value is (187,155,181). Sum of RGB (Red+Green+Blue) = 187+155+181=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9BB5 is #44644A. Grayscale: #A7A7A7. Windows color (decimal): -4482123 or 11901883. OLE color: 11901883.

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

Color convert

RGB 187 155 181 -
CMYK 0 0.17 0.03 0.27
HSL 311.25º 0.19% 0.67% -
HSV(B) 311.25º 0.17% 0.73% -
XYZ 40.56 37.34 48.79 -
YUV 167.53 135.6 141.89 -
System Red Green Blue C M Y K H S L
Decimal 187 155 181 0 0.17 0.03 0.27 311.25 0.19 0.67
Hex BB 9B B5 0 11 3 1B 137 13 43
Octal 273 233 265 0 21 3 33 467 23 103
Binary 10111011 10011011 10110101 0 10001 11 11011 100110111 10011 1000011

Color Harmonies of #BB9BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9BB5

Black with #BB9BB5

Text Example


Text Example

White with #BB9BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9BB5; }

 p { color: rgb(187,155,181); }

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

background-color css

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

 a { background-color: rgb(187,155,181); }

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

border-color css

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

 span { border-color: rgb(187,155,181); }

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