#BF88B5

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

Shades of London Hue #BF88B5

Tints of London Hue #BF88B5

Color information

#BF88B5 (or 0xBF88B5) is unknown color: approx London Hue. HEX triplet: BF, 88 and B5. RGB value is (191,136,181). Sum of RGB (Red+Green+Blue) = 191+136+181=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BF88B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF88B5 is #40774A. Grayscale: #9D9D9D. Windows color (decimal): -4224843 or 11897023. OLE color: 11897023.

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

Color convert

RGB191136181-
CMYK00.290.050.25
HSL310.91º30.05%64.12%-
HSV(B)310.91º28.8%74.9%-
XYZ38.6332.0247.86-
YUV157.57141.22151.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 136 (53.52% from 255) = 26.77%
BLUE value IS 181 (71.09% from 255) = 35.63%
R=37.60%
G=26.77%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113618100.290.050.25310.9130.0564.12
HexBF88B501D5191371e40
Octal27721026503553146736100
Binary10111111100010001011010101110110111001100110111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF88B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF88B5; }

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

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

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

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

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

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

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

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