#BF94BA

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

Shades of London Hue #BF94BA

Tints of London Hue #BF94BA

Color information

#BF94BA (or 0xBF94BA) is unknown color: approx London Hue. HEX triplet: BF, 94 and BA. RGB value is (191,148,186). Sum of RGB (Red+Green+Blue) = 191+148+186=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 191 - color contains mainly: red. Hex color #BF94BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF94BA is #406B45. Grayscale: #A5A5A5. Windows color (decimal): -4221766 or 12227775. OLE color: 12227775.

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

Color convert

RGB191148186-
CMYK00.230.030.25
HSL306.98º25.15%66.47%-
HSV(B)306.98º22.51%74.9%-
XYZ40.9435.851.21-
YUV165.19139.75146.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.38%
GREEN value IS 148 (58.20% from 255) = 28.19%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=36.38%
G=28.19%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114818600.230.030.25306.9825.1566.47
HexBF94BA0173191331942
Octal27722427202733146331102
Binary1011111110010100101110100101111111001100110011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF94BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF94BA; }

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

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

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

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

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

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

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

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