Html Css Color HEX #BB8FBB London Hue

📋 copy color: '#BB8FBB'

red 187 ◦ green 143 ◦ blue 187

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

Shades of London Hue #BB8FBB

Tints of London Hue #BB8FBB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.66%

 BLUE value IS 187 (73.44% from 255) = 36.17%

R = 36.17%
G = 27.66%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB8FBB (or 0xBB8FBB) is known color: London Hue. HEX triplet: BB, 8F and BB. RGB value is (187,143,187). Sum of RGB (Red+Green+Blue) = 187+143+187=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB8FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8FBB is #447044. Grayscale: #A1A1A1. Windows color (decimal): -4485189 or 12292027. OLE color: 12292027.

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

Color convert

RGB 187 143 187 -
CMYK 0 0.24 0 0.27
HSL 300º 0.24% 0.65% -
HSV(B) 300º 0.24% 0.73% -
XYZ 39.29 33.8 51.47 -
YUV 161.17 142.58 146.42 -
System Red Green Blue C M Y K H S L
Decimal 187 143 187 0 0.24 0 0.27 300 0.24 0.65
Hex BB 8F BB 0 18 0 1B 12C 18 41
Octal 273 217 273 0 30 0 33 454 30 101
Binary 10111011 10001111 10111011 0 11000 0 11011 100101100 11000 1000001

Color Harmonies of #BB8FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8FBB

Black with #BB8FBB

Text Example


Text Example

White with #BB8FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8FBB; }

 p { color: rgb(187,143,187); }

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

background-color css

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

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

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

border-color css

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

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

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