#BF95BA

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

Shades of London Hue #BF95BA

Tints of London Hue #BF95BA

Color information

#BF95BA (or 0xBF95BA) is unknown color: approx London Hue. HEX triplet: BF, 95 and BA. RGB value is (191,149,186). Sum of RGB (Red+Green+Blue) = 191+149+186=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 191 - color contains mainly: red. Hex color #BF95BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF95BA is #406A45. Grayscale: #A5A5A5. Windows color (decimal): -4221510 or 12228031. OLE color: 12228031.

HSL color Cylindrical-coordinate representation of color #BF95BA: hue angle of 307.14º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BF95BA is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB191149186-
CMYK00.220.030.25
HSL307.14º24.71%66.67%-
HSV(B)307.14º21.99%74.9%-
XYZ41.136.1251.26-
YUV165.78139.41145.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.31%
GREEN value IS 149 (58.59% from 255) = 28.33%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=36.31%
G=28.33%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114918600.220.030.25307.1424.7166.67
HexBF95BA0163191331943
Octal27722527202633146331103
Binary1011111110010101101110100101101111001100110011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF95BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF95BA; }

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

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

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

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

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

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

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

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