Html Css Color HEX #BC84BE London Hue

📋 copy color: '#BC84BE'

red 188 ◦ green 132 ◦ blue 190

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

Shades of London Hue #BC84BE

Tints of London Hue #BC84BE

RGB

 RED value IS 188 (73.83% from 255) = 36.86%

 GREEN value IS 132 (51.95% from 255) = 25.88%

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

R = 36.86%
G = 25.88%
B = 37.25%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC84BE (or 0xBC84BE) is known color: London Hue. HEX triplet: BC, 84 and BE. RGB value is (188,132,190). Sum of RGB (Red+Green+Blue) = 188+132+190=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 132 (51.95% from 255 or 25.88% 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 #BC84BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC84BE is #437B41. Grayscale: #9B9B9B. Windows color (decimal): -4422466 or 12485820. OLE color: 12485820.

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

Color convert

RGB 188 132 190 -
CMYK 0.01 0.31 0 0.25
HSL 297.93º 0.31% 0.63% -
HSV(B) 297.93º 0.31% 0.75% -
XYZ 38.28 30.91 52.66 -
YUV 155.36 147.55 151.28 -
System Red Green Blue C M Y K H S L
Decimal 188 132 190 0.01 0.31 0 0.25 297.93 0.31 0.63
Hex BC 84 BE 1 1F 0 19 12A 1F 3F
Octal 274 204 276 1 37 0 31 452 37 77
Binary 10111100 10000100 10111110 1 11111 0 11001 100101010 11111 111111

Color Harmonies of #BC84BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC84BE

Black with #BC84BE

Text Example


Text Example

White with #BC84BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC84BE; }

 p { color: rgb(188,132,190); }

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

background-color css

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

 a { background-color: rgb(188,132,190); }

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

border-color css

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

 span { border-color: rgb(188,132,190); }

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