Html Css Color HEX #BF83AC London Hue

📋 copy color: '#BF83AC'

red 191 ◦ green 131 ◦ blue 172

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

Shades of London Hue #BF83AC

Tints of London Hue #BF83AC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.52%

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

R = 38.66%
G = 26.52%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF83AC (or 0xBF83AC) is known color: London Hue. HEX triplet: BF, 83 and AC. RGB value is (191,131,172). Sum of RGB (Red+Green+Blue) = 191+131+172=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BF83AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF83AC is #407C53. Grayscale: #999999. Windows color (decimal): -4226132 or 11305919. OLE color: 11305919.

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

Color convert

RGB 191 131 172 -
CMYK 0 0.31 0.10 0.25
HSL 319º 0.32% 0.63% -
HSV(B) 319º 0.31% 0.75% -
XYZ 37.05 30.29 42.92 -
YUV 153.61 138.38 154.67 -
System Red Green Blue C M Y K H S L
Decimal 191 131 172 0 0.31 0.10 0.25 319 0.32 0.63
Hex BF 83 AC 0 1F A 19 13F 20 3F
Octal 277 203 254 0 37 12 31 477 40 77
Binary 10111111 10000011 10101100 0 11111 1010 11001 100111111 100000 111111

Color Harmonies of #BF83AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF83AC

Black with #BF83AC

Text Example


Text Example

White with #BF83AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF83AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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