Html Css Color HEX #BF8ABA London Hue

📋 copy color: '#BF8ABA'

red 191 ◦ green 138 ◦ blue 186

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

Shades of London Hue #BF8ABA

Tints of London Hue #BF8ABA

RGB

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

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

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

R = 37.09%
G = 26.8%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF8ABA (or 0xBF8ABA) is known color: London Hue. HEX triplet: BF, 8A and BA. RGB value is (191,138,186). Sum of RGB (Red+Green+Blue) = 191+138+186=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8ABA is #407545. Grayscale: #9F9F9F. Windows color (decimal): -4224326 or 12225215. OLE color: 12225215.

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

Color convert

RGB 191 138 186 -
CMYK 0 0.28 0.03 0.25
HSL 305.66º 0.29% 0.65% -
HSV(B) 305.66º 0.28% 0.75% -
XYZ 39.44 32.8 50.71 -
YUV 159.32 143.06 150.6 -
System Red Green Blue C M Y K H S L
Decimal 191 138 186 0 0.28 0.03 0.25 305.66 0.29 0.65
Hex BF 8A BA 0 1C 3 19 132 1D 41
Octal 277 212 272 0 34 3 31 462 35 101
Binary 10111111 10001010 10111010 0 11100 11 11001 100110010 11101 1000001

Color Harmonies of #BF8ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8ABA

Black with #BF8ABA

Text Example


Text Example

White with #BF8ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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