Html Css Color HEX #BF8AB3 London Hue

📋 copy color: '#BF8AB3'

red 191 ◦ green 138 ◦ blue 179

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

Shades of London Hue #BF8AB3

Tints of London Hue #BF8AB3

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.17%

 BLUE value IS 179 (70.31% from 255) = 35.24%

R = 37.6%
G = 27.17%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BF8AB3 (or 0xBF8AB3) is known color: London Hue. HEX triplet: BF, 8A and B3. RGB value is (191,138,179). Sum of RGB (Red+Green+Blue) = 191+138+179=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 179 (70.31% from 255 or 35.24% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8AB3 is #40754C. Grayscale: #9E9E9E. Windows color (decimal): -4224333 or 11766463. OLE color: 11766463.

HSL color Cylindrical-coordinate representation of color #BF8AB3: hue angle of 313.58º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF8AB3 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 138 179 -
CMYK 0 0.28 0.06 0.25
HSL 313.58º 0.29% 0.65% -
HSV(B) 313.58º 0.28% 0.75% -
XYZ 38.71 32.51 46.88 -
YUV 158.52 139.56 151.17 -
System Red Green Blue C M Y K H S L
Decimal 191 138 179 0 0.28 0.06 0.25 313.58 0.29 0.65
Hex BF 8A B3 0 1C 6 19 13A 1D 41
Octal 277 212 263 0 34 6 31 472 35 101
Binary 10111111 10001010 10110011 0 11100 110 11001 100111010 11101 1000001

Color Harmonies of #BF8AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8AB3

Black with #BF8AB3

Text Example


Text Example

White with #BF8AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8AB3; }

 p { color: rgb(191,138,179); }

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

background-color css

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

 a { background-color: rgb(191,138,179); }

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

border-color css

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

 span { border-color: rgb(191,138,179); }

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