#BF80B4

Color #BF80B4 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #BF80B4

Tints of London Hue #BF80B4

Color information

#BF80B4 (or 0xBF80B4) is unknown color: approx London Hue. HEX triplet: BF, 80 and B4. RGB value is (191,128,180). Sum of RGB (Red+Green+Blue) = 191+128+180=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BF80B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80B4 is #407F4B. Grayscale: #989898. Windows color (decimal): -4226892 or 11829439. OLE color: 11829439.

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

Color convert

RGB191128180-
CMYK00.330.060.25
HSL310.48º32.98%62.55%-
HSV(B)310.48º32.98%74.9%-
XYZ37.4429.8146.96-
YUV152.77143.37155.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.28%
GREEN value IS 128 (50.39% from 255) = 25.65%
BLUE value IS 180 (70.70% from 255) = 36.07%
R=38.28%
G=25.65%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112818000.330.060.25310.4832.9862.55
HexBF80B4021619136213f
Octal2772002640416314664177
Binary101111111000000010110100010000111011001100110110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF80B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF80B4; }

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

 H1.HeaderClassName
 {
   color: #BF80B4;
 }
 .AnyTagClassName
 {
   color: #BF80B4;
 }
</style>
background-color css

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

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

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

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

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

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