#BF95B9

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

Shades of London Hue #BF95B9

Tints of London Hue #BF95B9

Color information

#BF95B9 (or 0xBF95B9) is unknown color: approx London Hue. HEX triplet: BF, 95 and B9. RGB value is (191,149,185). Sum of RGB (Red+Green+Blue) = 191+149+185=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 191 - color contains mainly: red. Hex color #BF95B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF95B9 is #406A46. Grayscale: #A5A5A5. Windows color (decimal): -4221511 or 12162495. OLE color: 12162495.

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

Color convert

RGB191149185-
CMYK00.220.030.25
HSL308.57º24.71%66.67%-
HSV(B)308.57º21.99%74.9%-
XYZ40.9936.0750.7-
YUV165.66138.91146.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.38%
GREEN value IS 149 (58.59% from 255) = 28.38%
BLUE value IS 185 (72.66% from 255) = 35.24%
R=36.38%
G=28.38%
B=35.24%

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
Decimal19114918500.220.030.25308.5724.7166.67
HexBF95B90163191351943
Octal27722527102633146531103
Binary1011111110010101101110010101101111001100110101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF95B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF95B9; }

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

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

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

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

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

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

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

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