Html Css Color HEX #BC83BF London Hue

📋 copy color: '#BC83BF'

red 188 ◦ green 131 ◦ blue 191

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

Shades of London Hue #BC83BF

Tints of London Hue #BC83BF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.69%

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

R = 36.86%
G = 25.69%
B = 37.45%

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

#BC83BF (or 0xBC83BF) is known color: London Hue. HEX triplet: BC, 83 and BF. RGB value is (188,131,191). Sum of RGB (Red+Green+Blue) = 188+131+191=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 131 (51.56% from 255 or 25.69% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC83BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC83BF is #437C40. Grayscale: #9A9A9A. Windows color (decimal): -4422721 or 12551100. OLE color: 12551100.

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

Color convert

RGB 188 131 191 -
CMYK 0.02 0.31 0 0.25
HSL 297º 0.32% 0.63% -
HSV(B) 297º 0.31% 0.75% -
XYZ 38.26 30.69 53.2 -
YUV 154.88 148.38 151.62 -
System Red Green Blue C M Y K H S L
Decimal 188 131 191 0.02 0.31 0 0.25 297 0.32 0.63
Hex BC 83 BF 2 1F 0 19 129 20 3F
Octal 274 203 277 2 37 0 31 451 40 77
Binary 10111100 10000011 10111111 10 11111 0 11001 100101001 100000 111111

Color Harmonies of #BC83BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC83BF

Black with #BC83BF

Text Example


Text Example

White with #BC83BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC83BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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