#BF93B7

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

Shades of London Hue #BF93B7

Tints of London Hue #BF93B7

Color information

#BF93B7 (or 0xBF93B7) is unknown color: approx London Hue. HEX triplet: BF, 93 and B7. RGB value is (191,147,183). Sum of RGB (Red+Green+Blue) = 191+147+183=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BF93B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF93B7 is #406C48. Grayscale: #A4A4A4. Windows color (decimal): -4222025 or 12030911. OLE color: 12030911.

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

Color convert

RGB191147183-
CMYK00.230.040.25
HSL310.91º25.58%66.27%-
HSV(B)310.91º23.04%74.9%-
XYZ40.4735.3649.49-
YUV164.26138.58147.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.66%
GREEN value IS 147 (57.81% from 255) = 28.21%
BLUE value IS 183 (71.88% from 255) = 35.12%
R=36.66%
G=28.21%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114718300.230.040.25310.9125.5866.27
HexBF93B70174191371a42
Octal27722326702743146732102
Binary10111111100100111011011101011110011001100110111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF93B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF93B7; }

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

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

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

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

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

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

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

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