Html Css Color HEX #BF89BC London Hue

📋 copy color: '#BF89BC'

red 191 ◦ green 137 ◦ blue 188

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

Shades of London Hue #BF89BC

Tints of London Hue #BF89BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.43%

R = 37.02%
G = 26.55%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF89BC (or 0xBF89BC) is known color: London Hue. HEX triplet: BF, 89 and BC. RGB value is (191,137,188). Sum of RGB (Red+Green+Blue) = 191+137+188=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BF89BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF89BC is #407643. Grayscale: #9E9E9E. Windows color (decimal): -4224580 or 12356031. OLE color: 12356031.

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

Color convert

RGB 191 137 188 -
CMYK 0 0.28 0.02 0.25
HSL 303.33º 0.3% 0.64% -
HSV(B) 303.33º 0.28% 0.75% -
XYZ 39.51 32.6 51.79 -
YUV 158.96 144.39 150.85 -
System Red Green Blue C M Y K H S L
Decimal 191 137 188 0 0.28 0.02 0.25 303.33 0.3 0.64
Hex BF 89 BC 0 1C 2 19 12F 1E 40
Octal 277 211 274 0 34 2 31 457 36 100
Binary 10111111 10001001 10111100 0 11100 10 11001 100101111 11110 1000000

Color Harmonies of #BF89BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF89BC

Black with #BF89BC

Text Example


Text Example

White with #BF89BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF89BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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