#BF94B9

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

Shades of London Hue #BF94B9

Tints of London Hue #BF94B9

Color information

#BF94B9 (or 0xBF94B9) is unknown color: approx London Hue. HEX triplet: BF, 94 and B9. RGB value is (191,148,185). Sum of RGB (Red+Green+Blue) = 191+148+185=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 191 - color contains mainly: red. Hex color #BF94B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF94B9 is #406B46. Grayscale: #A4A4A4. Windows color (decimal): -4221767 or 12162239. OLE color: 12162239.

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

Color convert

RGB191148185-
CMYK00.230.030.25
HSL308.37º25.15%66.47%-
HSV(B)308.37º22.51%74.9%-
XYZ40.8335.7650.65-
YUV165.08139.25146.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.45%
GREEN value IS 148 (58.20% from 255) = 28.24%
BLUE value IS 185 (72.66% from 255) = 35.31%
R=36.45%
G=28.24%
B=35.31%

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
Decimal19114818500.230.030.25308.3725.1566.47
HexBF94B90173191341942
Octal27722427102733146431102
Binary1011111110010100101110010101111111001100110100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF94B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF94B9; }

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

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

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

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

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

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

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

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