#BF92B7

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

Shades of London Hue #BF92B7

Tints of London Hue #BF92B7

Color information

#BF92B7 (or 0xBF92B7) is unknown color: approx London Hue. HEX triplet: BF, 92 and B7. RGB value is (191,146,183). Sum of RGB (Red+Green+Blue) = 191+146+183=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 191 - color contains mainly: red. Hex color #BF92B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF92B7 is #406D48. Grayscale: #A3A3A3. Windows color (decimal): -4222281 or 12030655. OLE color: 12030655.

HSL color Cylindrical-coordinate representation of color #BF92B7: hue angle of 310.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BF92B7 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB191146183-
CMYK00.240.040.25
HSL310.67º26.01%66.08%-
HSV(B)310.67º23.56%74.9%-
XYZ40.3135.0549.44-
YUV163.67138.91147.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 146 (57.42% from 255) = 28.08%
BLUE value IS 183 (71.88% from 255) = 35.19%
R=36.73%
G=28.08%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114618300.240.040.25310.6726.0166.08
HexBF92B70184191371a42
Octal27722226703043146732102
Binary10111111100100101011011101100010011001100110111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF92B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF92B7; }

 p { color: rgb(191,146,183); }

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

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

 a { background-color: rgb(191,146,183); }

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

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

 span { border-color: rgb(191,146,183); }

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