Html Css Color HEX #BF84B9 London Hue

📋 copy color: '#BF84B9'

red 191 ◦ green 132 ◦ blue 185

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

Shades of London Hue #BF84B9

Tints of London Hue #BF84B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.42%

R = 37.6%
G = 25.98%
B = 36.42%

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

#BF84B9 (or 0xBF84B9) is known color: London Hue. HEX triplet: BF, 84 and B9. RGB value is (191,132,185). Sum of RGB (Red+Green+Blue) = 191+132+185=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 132 (51.95% from 255 or 25.98% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BF84B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF84B9 is #407B46. Grayscale: #9B9B9B. Windows color (decimal): -4225863 or 12158143. OLE color: 12158143.

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

Color convert

RGB 191 132 185 -
CMYK 0 0.31 0.03 0.25
HSL 306.1º 0.32% 0.63% -
HSV(B) 306.1º 0.31% 0.75% -
XYZ 38.49 31.08 49.87 -
YUV 155.68 144.55 153.19 -
System Red Green Blue C M Y K H S L
Decimal 191 132 185 0 0.31 0.03 0.25 306.1 0.32 0.63
Hex BF 84 B9 0 1F 3 19 132 20 3F
Octal 277 204 271 0 37 3 31 462 40 77
Binary 10111111 10000100 10111001 0 11111 11 11001 100110010 100000 111111

Color Harmonies of #BF84B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF84B9

Black with #BF84B9

Text Example


Text Example

White with #BF84B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF84B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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