Html Css Color HEX #BC80B9 London Hue

📋 copy color: '#BC80B9'

red 188 ◦ green 128 ◦ blue 185

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

Shades of London Hue #BC80B9

Tints of London Hue #BC80B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.93%

R = 37.52%
G = 25.55%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC80B9 (or 0xBC80B9) is known color: London Hue. HEX triplet: BC, 80 and B9. RGB value is (188,128,185). Sum of RGB (Red+Green+Blue) = 188+128+185=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BC80B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80B9 is #437F46. Grayscale: #989898. Windows color (decimal): -4423495 or 12157116. OLE color: 12157116.

HSL color Cylindrical-coordinate representation of color #BC80B9: hue angle of 303º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC80B9 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 128 185 -
CMYK 0 0.32 0.02 0.26
HSL 303º 0.31% 0.62% -
HSV(B) 303º 0.32% 0.74% -
XYZ 37.22 29.63 49.66 -
YUV 152.44 146.38 153.37 -
System Red Green Blue C M Y K H S L
Decimal 188 128 185 0 0.32 0.02 0.26 303 0.31 0.62
Hex BC 80 B9 0 20 2 1A 12F 1F 3E
Octal 274 200 271 0 40 2 32 457 37 76
Binary 10111100 10000000 10111001 0 100000 10 11010 100101111 11111 111110

Color Harmonies of #BC80B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC80B9

Black with #BC80B9

Text Example


Text Example

White with #BC80B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC80B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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