Html Css Color HEX #BF84BA London Hue

📋 copy color: '#BF84BA'

red 191 ◦ green 132 ◦ blue 186

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

Shades of London Hue #BF84BA

Tints of London Hue #BF84BA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.93%

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

R = 37.52%
G = 25.93%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF84BA (or 0xBF84BA) is known color: London Hue. HEX triplet: BF, 84 and BA. RGB value is (191,132,186). Sum of RGB (Red+Green+Blue) = 191+132+186=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BF84BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF84BA is #407B45. Grayscale: #9B9B9B. Windows color (decimal): -4225862 or 12223679. OLE color: 12223679.

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

Color convert

RGB 191 132 186 -
CMYK 0 0.31 0.03 0.25
HSL 305.08º 0.32% 0.63% -
HSV(B) 305.08º 0.31% 0.75% -
XYZ 38.6 31.12 50.43 -
YUV 155.8 145.05 153.11 -
System Red Green Blue C M Y K H S L
Decimal 191 132 186 0 0.31 0.03 0.25 305.08 0.32 0.63
Hex BF 84 BA 0 1F 3 19 131 20 3F
Octal 277 204 272 0 37 3 31 461 40 77
Binary 10111111 10000100 10111010 0 11111 11 11001 100110001 100000 111111

Color Harmonies of #BF84BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF84BA

Black with #BF84BA

Text Example


Text Example

White with #BF84BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF84BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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