#BF92B8

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

Shades of London Hue #BF92B8

Tints of London Hue #BF92B8

Color information

#BF92B8 (or 0xBF92B8) is unknown color: approx London Hue. HEX triplet: BF, 92 and B8. RGB value is (191,146,184). Sum of RGB (Red+Green+Blue) = 191+146+184=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BF92B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF92B8 is #406D47. Grayscale: #A3A3A3. Windows color (decimal): -4222280 or 12096191. OLE color: 12096191.

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

Color convert

RGB191146184-
CMYK00.240.040.25
HSL309.33º26.01%66.08%-
HSV(B)309.33º23.56%74.9%-
XYZ40.4235.0949.99-
YUV163.79139.41147.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.66%
GREEN value IS 146 (57.42% from 255) = 28.02%
BLUE value IS 184 (72.27% from 255) = 35.32%
R=36.66%
G=28.02%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114618400.240.040.25309.3326.0166.08
HexBF92B80184191351a42
Octal27722227003043146532102
Binary10111111100100101011100001100010011001100110101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF92B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF92B8; }

 p { color: rgb(191,146,184); }

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

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

 a { background-color: rgb(191,146,184); }

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

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

 span { border-color: rgb(191,146,184); }

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