Html Css Color HEX #BC80BA London Hue

📋 copy color: '#BC80BA'

red 188 ◦ green 128 ◦ blue 186

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

Shades of London Hue #BC80BA

Tints of London Hue #BC80BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.05%

R = 37.45%
G = 25.5%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC80BA (or 0xBC80BA) is known color: London Hue. HEX triplet: BC, 80 and BA. RGB value is (188,128,186). Sum of RGB (Red+Green+Blue) = 188+128+186=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BC80BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80BA is #437F45. Grayscale: #989898. Windows color (decimal): -4423494 or 12222652. OLE color: 12222652.

HSL color Cylindrical-coordinate representation of color #BC80BA: hue angle of 302º 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 #BC80BA is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 128 186 -
CMYK 0 0.32 0.01 0.26
HSL 302º 0.31% 0.62% -
HSV(B) 302º 0.32% 0.74% -
XYZ 37.32 29.67 50.22 -
YUV 152.55 146.88 153.28 -
System Red Green Blue C M Y K H S L
Decimal 188 128 186 0 0.32 0.01 0.26 302 0.31 0.62
Hex BC 80 BA 0 20 1 1A 12E 1F 3E
Octal 274 200 272 0 40 1 32 456 37 76
Binary 10111100 10000000 10111010 0 100000 1 11010 100101110 11111 111110

Color Harmonies of #BC80BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC80BA

Black with #BC80BA

Text Example


Text Example

White with #BC80BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC80BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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