Html Css Color HEX #BF80B4 London Hue

📋 copy color: '#BF80B4'

red 191 ◦ green 128 ◦ blue 180

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

Shades of London Hue #BF80B4

Tints of London Hue #BF80B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.07%

R = 38.28%
G = 25.65%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BF80B4 (or 0xBF80B4) is known color: London Hue. HEX triplet: BF, 80 and B4. RGB value is (191,128,180). Sum of RGB (Red+Green+Blue) = 191+128+180=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BF80B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80B4 is #407F4B. Grayscale: #989898. Windows color (decimal): -4226892 or 11829439. OLE color: 11829439.

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

Color convert

RGB 191 128 180 -
CMYK 0 0.33 0.06 0.25
HSL 310.48º 0.33% 0.63% -
HSV(B) 310.48º 0.33% 0.75% -
XYZ 37.44 29.81 46.96 -
YUV 152.77 143.37 155.27 -
System Red Green Blue C M Y K H S L
Decimal 191 128 180 0 0.33 0.06 0.25 310.48 0.33 0.63
Hex BF 80 B4 0 21 6 19 136 21 3F
Octal 277 200 264 0 41 6 31 466 41 77
Binary 10111111 10000000 10110100 0 100001 110 11001 100110110 100001 111111

Color Harmonies of #BF80B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF80B4

Black with #BF80B4

Text Example


Text Example

White with #BF80B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF80B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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