Html Css Color HEX #BC84BF London Hue

📋 copy color: '#BC84BF'

red 188 ◦ green 132 ◦ blue 191

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

Shades of London Hue #BC84BF

Tints of London Hue #BC84BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.38%

R = 36.79%
G = 25.83%
B = 37.38%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC84BF (or 0xBC84BF) is known color: London Hue. HEX triplet: BC, 84 and BF. RGB value is (188,132,191). Sum of RGB (Red+Green+Blue) = 188+132+191=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC84BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC84BF is #437B40. Grayscale: #9B9B9B. Windows color (decimal): -4422465 or 12551356. OLE color: 12551356.

HSL color Cylindrical-coordinate representation of color #BC84BF: hue angle of 296.95º degrees, saturation: 0.32, 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 #BC84BF is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 132 191 -
CMYK 0.02 0.31 0 0.25
HSL 296.95º 0.32% 0.63% -
HSV(B) 296.95º 0.31% 0.75% -
XYZ 38.39 30.96 53.24 -
YUV 155.47 148.05 151.2 -
System Red Green Blue C M Y K H S L
Decimal 188 132 191 0.02 0.31 0 0.25 296.95 0.32 0.63
Hex BC 84 BF 2 1F 0 19 129 20 3F
Octal 274 204 277 2 37 0 31 451 40 77
Binary 10111100 10000100 10111111 10 11111 0 11001 100101001 100000 111111

Color Harmonies of #BC84BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC84BF

Black with #BC84BF

Text Example


Text Example

White with #BC84BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC84BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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