Html Css Color HEX #BF80AC London Hue

📋 copy color: '#BF80AC'

red 191 ◦ green 128 ◦ blue 172

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

Shades of London Hue #BF80AC

Tints of London Hue #BF80AC

RGB

 RED value IS 191 (75% from 255) = 38.9%

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

 BLUE value IS 172 (67.58% from 255) = 35.03%

R = 38.9%
G = 26.07%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF80AC (or 0xBF80AC) is known color: London Hue. HEX triplet: BF, 80 and AC. RGB value is (191,128,172). Sum of RGB (Red+Green+Blue) = 191+128+172=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BF80AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF80AC is #407F53. Grayscale: #979797. Windows color (decimal): -4226900 or 11305151. OLE color: 11305151.

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

Color convert

RGB 191 128 172 -
CMYK 0 0.33 0.10 0.25
HSL 318.1º 0.33% 0.63% -
HSV(B) 318.1º 0.33% 0.75% -
XYZ 36.65 29.49 42.79 -
YUV 151.85 139.37 155.92 -
System Red Green Blue C M Y K H S L
Decimal 191 128 172 0 0.33 0.10 0.25 318.1 0.33 0.63
Hex BF 80 AC 0 21 A 19 13E 21 3F
Octal 277 200 254 0 41 12 31 476 41 77
Binary 10111111 10000000 10101100 0 100001 1010 11001 100111110 100001 111111

Color Harmonies of #BF80AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF80AC

Black with #BF80AC

Text Example


Text Example

White with #BF80AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF80AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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