#BF85B5

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

Shades of London Hue #BF85B5

Tints of London Hue #BF85B5

Color information

#BF85B5 (or 0xBF85B5) is unknown color: approx London Hue. HEX triplet: BF, 85 and B5. RGB value is (191,133,181). Sum of RGB (Red+Green+Blue) = 191+133+181=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BF85B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF85B5 is #407A4A. Grayscale: #9B9B9B. Windows color (decimal): -4225611 or 11896255. OLE color: 11896255.

HSL color Cylindrical-coordinate representation of color #BF85B5: hue angle of 310.34º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF85B5 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB191133181-
CMYK00.300.050.25
HSL310.34º31.18%63.53%-
HSV(B)310.34º30.37%74.9%-
XYZ38.2131.1947.72-
YUV155.81142.22153.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.82%
GREEN value IS 133 (52.34% from 255) = 26.34%
BLUE value IS 181 (71.09% from 255) = 35.84%
R=37.82%
G=26.34%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113318100.300.050.25310.3431.1863.53
HexBF85B501E5191361f40
Octal27720526503653146637100
Binary10111111100001011011010101111010111001100110110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF85B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF85B5; }

 p { color: rgb(191,133,181); }

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

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

 a { background-color: rgb(191,133,181); }

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

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

 span { border-color: rgb(191,133,181); }

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