Html Css Color HEX #BC80AF London Hue

📋 copy color: '#BC80AF'

red 188 ◦ green 128 ◦ blue 175

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

Shades of London Hue #BC80AF

Tints of London Hue #BC80AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.64%

R = 38.29%
G = 26.07%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC80AF (or 0xBC80AF) is known color: London Hue. HEX triplet: BC, 80 and AF. RGB value is (188,128,175). Sum of RGB (Red+Green+Blue) = 188+128+175=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BC80AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC80AF is #437F50. Grayscale: #979797. Windows color (decimal): -4423505 or 11501756. OLE color: 11501756.

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

Color convert

RGB 188 128 175 -
CMYK 0 0.32 0.07 0.26
HSL 313º 0.31% 0.62% -
HSV(B) 313º 0.32% 0.74% -
XYZ 36.2 29.22 44.29 -
YUV 151.3 141.38 154.18 -
System Red Green Blue C M Y K H S L
Decimal 188 128 175 0 0.32 0.07 0.26 313 0.31 0.62
Hex BC 80 AF 0 20 7 1A 139 1F 3E
Octal 274 200 257 0 40 7 32 471 37 76
Binary 10111100 10000000 10101111 0 100000 111 11010 100111001 11111 111110

Color Harmonies of #BC80AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC80AF

Black with #BC80AF

Text Example


Text Example

White with #BC80AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC80AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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