#BF90B6

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

Shades of London Hue #BF90B6

Tints of London Hue #BF90B6

Color information

#BF90B6 (or 0xBF90B6) is unknown color: approx London Hue. HEX triplet: BF, 90 and B6. RGB value is (191,144,182). Sum of RGB (Red+Green+Blue) = 191+144+182=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BF90B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF90B6 is #406F49. Grayscale: #A2A2A2. Windows color (decimal): -4222794 or 11964607. OLE color: 11964607.

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

Color convert

RGB191144182-
CMYK00.250.050.25
HSL311.49º26.86%65.69%-
HSV(B)311.49º24.61%74.9%-
XYZ39.934.448.79-
YUV162.38139.07148.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.94%
GREEN value IS 144 (56.64% from 255) = 27.85%
BLUE value IS 182 (71.48% from 255) = 35.20%
R=36.94%
G=27.85%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114418200.250.050.25311.4926.8665.69
HexBF90B60195191371b42
Octal27722026603153146733102
Binary10111111100100001011011001100110111001100110111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF90B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF90B6; }

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

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

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

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

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

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

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

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