Html Css Color HEX #BF82AC London Hue

📋 copy color: '#BF82AC'

red 191 ◦ green 130 ◦ blue 172

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

Shades of London Hue #BF82AC

Tints of London Hue #BF82AC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.37%

 BLUE value IS 172 (67.58% from 255) = 34.89%

R = 38.74%
G = 26.37%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF82AC (or 0xBF82AC) is known color: London Hue. HEX triplet: BF, 82 and AC. RGB value is (191,130,172). Sum of RGB (Red+Green+Blue) = 191+130+172=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BF82AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF82AC is #407D53. Grayscale: #989898. Windows color (decimal): -4226388 or 11305663. OLE color: 11305663.

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

Color convert

RGB 191 130 172 -
CMYK 0 0.32 0.10 0.25
HSL 318.69º 0.32% 0.63% -
HSV(B) 318.69º 0.32% 0.75% -
XYZ 36.91 30.02 42.88 -
YUV 153.03 138.71 155.08 -
System Red Green Blue C M Y K H S L
Decimal 191 130 172 0 0.32 0.10 0.25 318.69 0.32 0.63
Hex BF 82 AC 0 20 A 19 13F 20 3F
Octal 277 202 254 0 40 12 31 477 40 77
Binary 10111111 10000010 10101100 0 100000 1010 11001 100111111 100000 111111

Color Harmonies of #BF82AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF82AC

Black with #BF82AC

Text Example


Text Example

White with #BF82AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF82AC; }

 p { color: rgb(191,130,172); }

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

background-color css

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

 a { background-color: rgb(191,130,172); }

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

border-color css

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

 span { border-color: rgb(191,130,172); }

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