Html Css Color HEX #BF88B1 London Hue

📋 copy color: '#BF88B1'

red 191 ◦ green 136 ◦ blue 177

#BF88B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #BF88B1

Tints of London Hue #BF88B1

RGB

 RED value IS 191 (75% from 255) = 37.9%

 GREEN value IS 136 (53.52% from 255) = 26.98%

 BLUE value IS 177 (69.53% from 255) = 35.12%

R = 37.9%
G = 26.98%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF88B1 (or 0xBF88B1) is known color: London Hue. HEX triplet: BF, 88 and B1. RGB value is (191,136,177). Sum of RGB (Red+Green+Blue) = 191+136+177=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BF88B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF88B1 is #40774E. Grayscale: #9D9D9D. Windows color (decimal): -4224847 or 11634879. OLE color: 11634879.

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

Color convert

RGB 191 136 177 -
CMYK 0 0.29 0.07 0.25
HSL 315.27º 0.3% 0.64% -
HSV(B) 315.27º 0.29% 0.75% -
XYZ 38.23 31.86 45.73 -
YUV 157.12 139.22 152.17 -
System Red Green Blue C M Y K H S L
Decimal 191 136 177 0 0.29 0.07 0.25 315.27 0.3 0.64
Hex BF 88 B1 0 1D 7 19 13B 1E 40
Octal 277 210 261 0 35 7 31 473 36 100
Binary 10111111 10001000 10110001 0 11101 111 11001 100111011 11110 1000000

Color Harmonies of #BF88B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF88B1

Black with #BF88B1

Text Example


Text Example

White with #BF88B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF88B1; }

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

 H1.HeaderClassName
 {
   color: #BF88B1;
 }
 .AnyTagClassName
 {
   color: #BF88B1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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