#BF81BB

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

Shades of London Hue #BF81BB

Tints of London Hue #BF81BB

Color information

#BF81BB (or 0xBF81BB) is unknown color: approx London Hue. HEX triplet: BF, 81 and BB. RGB value is (191,129,187). Sum of RGB (Red+Green+Blue) = 191+129+187=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BF81BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF81BB is #407E44. Grayscale: #999999. Windows color (decimal): -4226629 or 12288447. OLE color: 12288447.

HSL color Cylindrical-coordinate representation of color #BF81BB: hue angle of 303.87º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF81BB is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB191129187-
CMYK00.320.020.25
HSL303.87º32.63%62.75%-
HSV(B)303.87º32.46%74.9%-
XYZ38.3130.3650.86-
YUV154.15146.54154.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 129 (50.78% from 255) = 25.44%
BLUE value IS 187 (73.44% from 255) = 36.88%
R=37.67%
G=25.44%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112918700.320.020.25303.8732.6362.75
HexBF81BB020219130213f
Octal2772012730402314604177
Binary10111111100000011011101101000001011001100110000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF81BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF81BB; }

 p { color: rgb(191,129,187); }

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

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

 a { background-color: rgb(191,129,187); }

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

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

 span { border-color: rgb(191,129,187); }

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