#BF97B8

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

Shades of London Hue #BF97B8

Tints of London Hue #BF97B8

Color information

#BF97B8 (or 0xBF97B8) is unknown color: approx London Hue. HEX triplet: BF, 97 and B8. RGB value is (191,151,184). Sum of RGB (Red+Green+Blue) = 191+151+184=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 184 (72.27% from 255 or 34.98% from 526); Max value from RGB is 191 - color contains mainly: red. Hex color #BF97B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF97B8 is #406847. Grayscale: #A6A6A6. Windows color (decimal): -4221000 or 12097471. OLE color: 12097471.

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

Color convert

RGB191151184-
CMYK00.210.040.25
HSL310.5º23.81%67.06%-
HSV(B)310.5º20.94%74.9%-
XYZ41.236.6750.25-
YUV166.72137.75145.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.31%
GREEN value IS 151 (59.38% from 255) = 28.71%
BLUE value IS 184 (72.27% from 255) = 34.98%
R=36.31%
G=28.71%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115118400.210.040.25310.523.8167.06
HexBF97B80154191361843
Octal27722727002543146630103
Binary10111111100101111011100001010110011001100110110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF97B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF97B8; }

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

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

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

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

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

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

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

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