Html Css Color HEX #BF80BA London Hue

📋 copy color: '#BF80BA'

red 191 ◦ green 128 ◦ blue 186

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

Shades of London Hue #BF80BA

Tints of London Hue #BF80BA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.35%

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

R = 37.82%
G = 25.35%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF80BA (or 0xBF80BA) is known color: London Hue. HEX triplet: BF, 80 and BA. RGB value is (191,128,186). Sum of RGB (Red+Green+Blue) = 191+128+186=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BF80BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80BA is #407F45. Grayscale: #999999. Windows color (decimal): -4226886 or 12222655. OLE color: 12222655.

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

Color convert

RGB 191 128 186 -
CMYK 0 0.33 0.03 0.25
HSL 304.76º 0.33% 0.63% -
HSV(B) 304.76º 0.33% 0.75% -
XYZ 38.07 30.06 50.25 -
YUV 153.45 146.37 154.78 -
System Red Green Blue C M Y K H S L
Decimal 191 128 186 0 0.33 0.03 0.25 304.76 0.33 0.63
Hex BF 80 BA 0 21 3 19 131 21 3F
Octal 277 200 272 0 41 3 31 461 41 77
Binary 10111111 10000000 10111010 0 100001 11 11001 100110001 100001 111111

Color Harmonies of #BF80BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF80BA

Black with #BF80BA

Text Example


Text Example

White with #BF80BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF80BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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