Html Css Color HEX #BF8AB2 London Hue

📋 copy color: '#BF8AB2'

red 191 ◦ green 138 ◦ blue 178

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

Shades of London Hue #BF8AB2

Tints of London Hue #BF8AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.11%

R = 37.67%
G = 27.22%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF8AB2 (or 0xBF8AB2) is known color: London Hue. HEX triplet: BF, 8A and B2. RGB value is (191,138,178). Sum of RGB (Red+Green+Blue) = 191+138+178=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8AB2 is #40754D. Grayscale: #9E9E9E. Windows color (decimal): -4224334 or 11700927. OLE color: 11700927.

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

Color convert

RGB 191 138 178 -
CMYK 0 0.28 0.07 0.25
HSL 314.72º 0.29% 0.65% -
HSV(B) 314.72º 0.28% 0.75% -
XYZ 38.61 32.47 46.35 -
YUV 158.41 139.06 151.25 -
System Red Green Blue C M Y K H S L
Decimal 191 138 178 0 0.28 0.07 0.25 314.72 0.29 0.65
Hex BF 8A B2 0 1C 7 19 13B 1D 41
Octal 277 212 262 0 34 7 31 473 35 101
Binary 10111111 10001010 10110010 0 11100 111 11001 100111011 11101 1000001

Color Harmonies of #BF8AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8AB2

Black with #BF8AB2

Text Example


Text Example

White with #BF8AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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