#BF93B9

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

Shades of London Hue #BF93B9

Tints of London Hue #BF93B9

Color information

#BF93B9 (or 0xBF93B9) is unknown color: approx London Hue. HEX triplet: BF, 93 and B9. RGB value is (191,147,185). Sum of RGB (Red+Green+Blue) = 191+147+185=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BF93B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF93B9 is #406C46. Grayscale: #A4A4A4. Windows color (decimal): -4222023 or 12161983. OLE color: 12161983.

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

Color convert

RGB191147185-
CMYK00.230.030.25
HSL308.18º25.58%66.27%-
HSV(B)308.18º23.04%74.9%-
XYZ40.6835.4550.6-
YUV164.49139.58146.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.52%
GREEN value IS 147 (57.81% from 255) = 28.11%
BLUE value IS 185 (72.66% from 255) = 35.37%
R=36.52%
G=28.11%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114718500.230.030.25308.1825.5866.27
HexBF93B90173191341a42
Octal27722327102733146432102
Binary1011111110010011101110010101111111001100110100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF93B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF93B9; }

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

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

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

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

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

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

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

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