Html Css Color HEX #BF80BC London Hue

📋 copy color: '#BF80BC'

red 191 ◦ green 128 ◦ blue 188

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

Shades of London Hue #BF80BC

Tints of London Hue #BF80BC

RGB

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

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

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

R = 37.67%
G = 25.25%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF80BC (or 0xBF80BC) is known color: London Hue. HEX triplet: BF, 80 and BC. RGB value is (191,128,188). Sum of RGB (Red+Green+Blue) = 191+128+188=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BF80BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80BC is #407F43. Grayscale: #999999. Windows color (decimal): -4226884 or 12353727. OLE color: 12353727.

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

Color convert

RGB 191 128 188 -
CMYK 0 0.33 0.02 0.25
HSL 302.86º 0.33% 0.63% -
HSV(B) 302.86º 0.33% 0.75% -
XYZ 38.28 30.15 51.38 -
YUV 153.68 147.37 154.62 -
System Red Green Blue C M Y K H S L
Decimal 191 128 188 0 0.33 0.02 0.25 302.86 0.33 0.63
Hex BF 80 BC 0 21 2 19 12F 21 3F
Octal 277 200 274 0 41 2 31 457 41 77
Binary 10111111 10000000 10111100 0 100001 10 11001 100101111 100001 111111

Color Harmonies of #BF80BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF80BC

Black with #BF80BC

Text Example


Text Example

White with #BF80BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF80BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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