Html Css Color HEX #BB8BB5 London Hue

📋 copy color: '#BB8BB5'

red 187 ◦ green 139 ◦ blue 181

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

Shades of London Hue #BB8BB5

Tints of London Hue #BB8BB5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.42%

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

R = 36.88%
G = 27.42%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BB8BB5 (or 0xBB8BB5) is known color: London Hue. HEX triplet: BB, 8B and B5. RGB value is (187,139,181). Sum of RGB (Red+Green+Blue) = 187+139+181=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8BB5 is #44744A. Grayscale: #9E9E9E. Windows color (decimal): -4486219 or 11897787. OLE color: 11897787.

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

Color convert

RGB 187 139 181 -
CMYK 0 0.26 0.03 0.27
HSL 307.5º 0.26% 0.64% -
HSV(B) 307.5º 0.26% 0.73% -
XYZ 38.07 32.37 47.96 -
YUV 158.14 140.9 148.58 -
System Red Green Blue C M Y K H S L
Decimal 187 139 181 0 0.26 0.03 0.27 307.5 0.26 0.64
Hex BB 8B B5 0 1A 3 1B 134 1A 40
Octal 273 213 265 0 32 3 33 464 32 100
Binary 10111011 10001011 10110101 0 11010 11 11011 100110100 11010 1000000

Color Harmonies of #BB8BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8BB5

Black with #BB8BB5

Text Example


Text Example

White with #BB8BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8BB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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