Html Css Color HEX #BF87BA London Hue

📋 copy color: '#BF87BA'

red 191 ◦ green 135 ◦ blue 186

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

Shades of London Hue #BF87BA

Tints of London Hue #BF87BA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.37%

 BLUE value IS 186 (73.05% from 255) = 36.33%

R = 37.3%
G = 26.37%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF87BA (or 0xBF87BA) is known color: London Hue. HEX triplet: BF, 87 and BA. RGB value is (191,135,186). Sum of RGB (Red+Green+Blue) = 191+135+186=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BF87BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF87BA is #407845. Grayscale: #9D9D9D. Windows color (decimal): -4225094 or 12224447. OLE color: 12224447.

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

Color convert

RGB 191 135 186 -
CMYK 0 0.29 0.03 0.25
HSL 305.36º 0.3% 0.64% -
HSV(B) 305.36º 0.29% 0.75% -
XYZ 39.01 31.95 50.57 -
YUV 157.56 144.05 151.85 -
System Red Green Blue C M Y K H S L
Decimal 191 135 186 0 0.29 0.03 0.25 305.36 0.3 0.64
Hex BF 87 BA 0 1D 3 19 131 1E 40
Octal 277 207 272 0 35 3 31 461 36 100
Binary 10111111 10000111 10111010 0 11101 11 11001 100110001 11110 1000000

Color Harmonies of #BF87BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF87BA

Black with #BF87BA

Text Example


Text Example

White with #BF87BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF87BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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