Html Css Color HEX #BB8BBD London Hue

📋 copy color: '#BB8BBD'

red 187 ◦ green 139 ◦ blue 189

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

Shades of London Hue #BB8BBD

Tints of London Hue #BB8BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.7%

R = 36.31%
G = 26.99%
B = 36.7%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB8BBD (or 0xBB8BBD) is known color: London Hue. HEX triplet: BB, 8B and BD. RGB value is (187,139,189). Sum of RGB (Red+Green+Blue) = 187+139+189=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB8BBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8BBD is #447442. Grayscale: #9E9E9E. Windows color (decimal): -4486211 or 12422075. OLE color: 12422075.

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

Color convert

RGB 187 139 189 -
CMYK 0.01 0.26 0 0.26
HSL 297.6º 0.27% 0.64% -
HSV(B) 297.6º 0.26% 0.74% -
XYZ 38.91 32.7 52.41 -
YUV 159.05 144.9 147.93 -
System Red Green Blue C M Y K H S L
Decimal 187 139 189 0.01 0.26 0 0.26 297.6 0.27 0.64
Hex BB 8B BD 1 1A 0 1A 12A 1B 40
Octal 273 213 275 1 32 0 32 452 33 100
Binary 10111011 10001011 10111101 1 11010 0 11010 100101010 11011 1000000

Color Harmonies of #BB8BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8BBD

Black with #BB8BBD

Text Example


Text Example

White with #BB8BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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