Html Css Color HEX #BB85BE London Hue

📋 copy color: '#BB85BE'

red 187 ◦ green 133 ◦ blue 190

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

Shades of London Hue #BB85BE

Tints of London Hue #BB85BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.25%

R = 36.67%
G = 26.08%
B = 37.25%

CMYK

 C value IS 0.02

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB85BE (or 0xBB85BE) is known color: London Hue. HEX triplet: BB, 85 and BE. RGB value is (187,133,190). Sum of RGB (Red+Green+Blue) = 187+133+190=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB85BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB85BE is #447A41. Grayscale: #9B9B9B. Windows color (decimal): -4487746 or 12486075. OLE color: 12486075.

HSL color Cylindrical-coordinate representation of color #BB85BE: hue angle of 296.84º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB85BE is Cyan = 0.02, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 133 190 -
CMYK 0.02 0.3 0 0.25
HSL 296.84º 0.3% 0.63% -
HSV(B) 296.84º 0.3% 0.75% -
XYZ 38.18 31.06 52.7 -
YUV 155.64 147.39 150.37 -
System Red Green Blue C M Y K H S L
Decimal 187 133 190 0.02 0.3 0 0.25 296.84 0.3 0.63
Hex BB 85 BE 2 1E 0 19 129 1E 3F
Octal 273 205 276 2 36 0 31 451 36 77
Binary 10111011 10000101 10111110 10 11110 0 11001 100101001 11110 111111

Color Harmonies of #BB85BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB85BE

Black with #BB85BE

Text Example


Text Example

White with #BB85BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB85BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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