Html Css Color HEX #BB8EBC London Hue

📋 copy color: '#BB8EBC'

red 187 ◦ green 142 ◦ blue 188

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

Shades of London Hue #BB8EBC

Tints of London Hue #BB8EBC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.47%

 BLUE value IS 188 (73.83% from 255) = 36.36%

R = 36.17%
G = 27.47%
B = 36.36%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB8EBC (or 0xBB8EBC) is known color: London Hue. HEX triplet: BB, 8E and BC. RGB value is (187,142,188). Sum of RGB (Red+Green+Blue) = 187+142+188=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB8EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8EBC is #447143. Grayscale: #A0A0A0. Windows color (decimal): -4485444 or 12357307. OLE color: 12357307.

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

Color convert

RGB 187 142 188 -
CMYK 0.01 0.24 0 0.26
HSL 298.7º 0.26% 0.65% -
HSV(B) 298.7º 0.24% 0.74% -
XYZ 39.24 33.54 51.98 -
YUV 160.7 143.41 146.76 -
System Red Green Blue C M Y K H S L
Decimal 187 142 188 0.01 0.24 0 0.26 298.7 0.26 0.65
Hex BB 8E BC 1 18 0 1A 12B 1A 41
Octal 273 216 274 1 30 0 32 453 32 101
Binary 10111011 10001110 10111100 1 11000 0 11010 100101011 11010 1000001

Color Harmonies of #BB8EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8EBC

Black with #BB8EBC

Text Example


Text Example

White with #BB8EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8EBC; }

 p { color: rgb(187,142,188); }

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

background-color css

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

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

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

border-color css

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

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

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