Html Css Color HEX #BF89B0 London Hue

📋 copy color: '#BF89B0'

red 191 ◦ green 137 ◦ blue 176

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

Shades of London Hue #BF89B0

Tints of London Hue #BF89B0

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.18%

 BLUE value IS 176 (69.14% from 255) = 34.92%

R = 37.9%
G = 27.18%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF89B0 (or 0xBF89B0) is known color: London Hue. HEX triplet: BF, 89 and B0. RGB value is (191,137,176). Sum of RGB (Red+Green+Blue) = 191+137+176=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 137 (53.91% from 255 or 27.18% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BF89B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF89B0 is #40764F. Grayscale: #9D9D9D. Windows color (decimal): -4224592 or 11569599. OLE color: 11569599.

HSL color Cylindrical-coordinate representation of color #BF89B0: hue angle of 316.67º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF89B0 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 137 176 -
CMYK 0 0.28 0.08 0.25
HSL 316.67º 0.3% 0.64% -
HSV(B) 316.67º 0.28% 0.75% -
XYZ 38.27 32.1 45.25 -
YUV 157.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 191 137 176 0 0.28 0.08 0.25 316.67 0.3 0.64
Hex BF 89 B0 0 1C 8 19 13D 1E 40
Octal 277 211 260 0 34 10 31 475 36 100
Binary 10111111 10001001 10110000 0 11100 1000 11001 100111101 11110 1000000

Color Harmonies of #BF89B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF89B0

Black with #BF89B0

Text Example


Text Example

White with #BF89B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF89B0; }

 p { color: rgb(191,137,176); }

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

background-color css

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

 a { background-color: rgb(191,137,176); }

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

border-color css

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

 span { border-color: rgb(191,137,176); }

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