Html Css Color HEX #BC80BF London Hue

📋 copy color: '#BC80BF'

red 188 ◦ green 128 ◦ blue 191

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

Shades of London Hue #BC80BF

Tints of London Hue #BC80BF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.25%

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

R = 37.08%
G = 25.25%
B = 37.67%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC80BF (or 0xBC80BF) is known color: London Hue. HEX triplet: BC, 80 and BF. RGB value is (188,128,191). Sum of RGB (Red+Green+Blue) = 188+128+191=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC80BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80BF is #437F40. Grayscale: #989898. Windows color (decimal): -4423489 or 12550332. OLE color: 12550332.

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

Color convert

RGB 188 128 191 -
CMYK 0.02 0.33 0 0.25
HSL 297.14º 0.33% 0.63% -
HSV(B) 297.14º 0.33% 0.75% -
XYZ 37.86 29.89 53.06 -
YUV 153.12 149.38 152.88 -
System Red Green Blue C M Y K H S L
Decimal 188 128 191 0.02 0.33 0 0.25 297.14 0.33 0.63
Hex BC 80 BF 2 21 0 19 129 21 3F
Octal 274 200 277 2 41 0 31 451 41 77
Binary 10111100 10000000 10111111 10 100001 0 11001 100101001 100001 111111

Color Harmonies of #BC80BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC80BF

Black with #BC80BF

Text Example


Text Example

White with #BC80BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC80BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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