#BF92BA

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

Shades of London Hue #BF92BA

Tints of London Hue #BF92BA

Color information

#BF92BA (or 0xBF92BA) is unknown color: approx London Hue. HEX triplet: BF, 92 and BA. RGB value is (191,146,186). Sum of RGB (Red+Green+Blue) = 191+146+186=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BF92BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF92BA is #406D45. Grayscale: #A3A3A3. Windows color (decimal): -4222278 or 12227263. OLE color: 12227263.

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

Color convert

RGB191146186-
CMYK00.240.030.25
HSL306.67º26.01%66.08%-
HSV(B)306.67º23.56%74.9%-
XYZ40.6335.1851.1-
YUV164.02140.41147.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.52%
GREEN value IS 146 (57.42% from 255) = 27.92%
BLUE value IS 186 (73.05% from 255) = 35.56%
R=36.52%
G=27.92%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114618600.240.030.25306.6726.0166.08
HexBF92BA0183191331a42
Octal27722227203033146332102
Binary1011111110010010101110100110001111001100110011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF92BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF92BA; }

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

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

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

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

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

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

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

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