Html Css Color HEX #BF88B7 London Hue

📋 copy color: '#BF88B7'

red 191 ◦ green 136 ◦ blue 183

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

Shades of London Hue #BF88B7

Tints of London Hue #BF88B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.88%

R = 37.45%
G = 26.67%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BF88B7 (or 0xBF88B7) is known color: London Hue. HEX triplet: BF, 88 and B7. RGB value is (191,136,183). Sum of RGB (Red+Green+Blue) = 191+136+183=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 183 (71.88% from 255 or 35.88% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BF88B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF88B7 is #407748. Grayscale: #9D9D9D. Windows color (decimal): -4224841 or 12028095. OLE color: 12028095.

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

Color convert

RGB 191 136 183 -
CMYK 0 0.29 0.04 0.25
HSL 308.73º 0.3% 0.64% -
HSV(B) 308.73º 0.29% 0.75% -
XYZ 38.84 32.1 48.95 -
YUV 157.8 142.22 151.68 -
System Red Green Blue C M Y K H S L
Decimal 191 136 183 0 0.29 0.04 0.25 308.73 0.3 0.64
Hex BF 88 B7 0 1D 4 19 135 1E 40
Octal 277 210 267 0 35 4 31 465 36 100
Binary 10111111 10001000 10110111 0 11101 100 11001 100110101 11110 1000000

Color Harmonies of #BF88B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF88B7

Black with #BF88B7

Text Example


Text Example

White with #BF88B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF88B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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