Html Css Color HEX #BB85BC London Hue

📋 copy color: '#BB85BC'

red 187 ◦ green 133 ◦ blue 188

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

Shades of London Hue #BB85BC

Tints of London Hue #BB85BC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.18%

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

R = 36.81%
G = 26.18%
B = 37.01%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB85BC (or 0xBB85BC) is known color: London Hue. HEX triplet: BB, 85 and BC. RGB value is (187,133,188). Sum of RGB (Red+Green+Blue) = 187+133+188=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB85BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB85BC is #447A43. Grayscale: #9B9B9B. Windows color (decimal): -4487748 or 12355003. OLE color: 12355003.

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

Color convert

RGB 187 133 188 -
CMYK 0.01 0.29 0 0.26
HSL 298.91º 0.29% 0.63% -
HSV(B) 298.91º 0.29% 0.74% -
XYZ 37.96 30.97 51.55 -
YUV 155.42 146.39 150.53 -
System Red Green Blue C M Y K H S L
Decimal 187 133 188 0.01 0.29 0 0.26 298.91 0.29 0.63
Hex BB 85 BC 1 1D 0 1A 12B 1D 3F
Octal 273 205 274 1 35 0 32 453 35 77
Binary 10111011 10000101 10111100 1 11101 0 11010 100101011 11101 111111

Color Harmonies of #BB85BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB85BC

Black with #BB85BC

Text Example


Text Example

White with #BB85BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB85BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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