#BF90B7

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

Shades of London Hue #BF90B7

Tints of London Hue #BF90B7

Color information

#BF90B7 (or 0xBF90B7) is unknown color: approx London Hue. HEX triplet: BF, 90 and B7. RGB value is (191,144,183). Sum of RGB (Red+Green+Blue) = 191+144+183=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 191 - color contains mainly: red. Hex color #BF90B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF90B7 is #406F48. Grayscale: #A2A2A2. Windows color (decimal): -4222793 or 12030143. OLE color: 12030143.

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

Color convert

RGB191144183-
CMYK00.250.040.25
HSL310.21º26.86%65.69%-
HSV(B)310.21º24.61%74.9%-
XYZ40.0134.4449.34-
YUV162.5139.57148.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.87%
GREEN value IS 144 (56.64% from 255) = 27.80%
BLUE value IS 183 (71.88% from 255) = 35.33%
R=36.87%
G=27.80%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114418300.250.040.25310.2126.8665.69
HexBF90B70194191361b42
Octal27722026703143146633102
Binary10111111100100001011011101100110011001100110110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF90B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF90B7; }

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

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

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

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

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

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

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

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