Html Css Color HEX #BF82BA London Hue

📋 copy color: '#BF82BA'

red 191 ◦ green 130 ◦ blue 186

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

Shades of London Hue #BF82BA

Tints of London Hue #BF82BA

RGB

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

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

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

R = 37.67%
G = 25.64%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF82BA (or 0xBF82BA) is known color: London Hue. HEX triplet: BF, 82 and BA. RGB value is (191,130,186). Sum of RGB (Red+Green+Blue) = 191+130+186=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BF82BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF82BA is #407D45. Grayscale: #9A9A9A. Windows color (decimal): -4226374 or 12223167. OLE color: 12223167.

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

Color convert

RGB 191 130 186 -
CMYK 0 0.32 0.03 0.25
HSL 304.92º 0.32% 0.63% -
HSV(B) 304.92º 0.32% 0.75% -
XYZ 38.33 30.59 50.34 -
YUV 154.62 145.71 153.95 -
System Red Green Blue C M Y K H S L
Decimal 191 130 186 0 0.32 0.03 0.25 304.92 0.32 0.63
Hex BF 82 BA 0 20 3 19 131 20 3F
Octal 277 202 272 0 40 3 31 461 40 77
Binary 10111111 10000010 10111010 0 100000 11 11001 100110001 100000 111111

Color Harmonies of #BF82BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF82BA

Black with #BF82BA

Text Example


Text Example

White with #BF82BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF82BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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