Html Css Color HEX #BFABF6 Melrose

📋 copy color: '#BFABF6'

red 191 ◦ green 171 ◦ blue 246

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

Shades of Melrose #BFABF6

Tints of Melrose #BFABF6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.13%

 BLUE value IS 246 (96.48% from 255) = 40.46%

R = 31.41%
G = 28.13%
B = 40.46%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BFABF6 (or 0xBFABF6) is known color: Melrose. HEX triplet: BF, AB and F6. RGB value is (191,171,246). Sum of RGB (Red+Green+Blue) = 191+171+246=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 246 (96.48% from 255 or 40.46% from 608); Max value from RGB is 246 - color contains mainly: blue. Hex color #BFABF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFABF6 is #405409. Grayscale: #B9B9B9. Windows color (decimal): -4215818 or 16165823. OLE color: 16165823.

HSL color Cylindrical-coordinate representation of color #BFABF6: hue angle of 256º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFABF6 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 171 246 -
CMYK 0.22 0.30 0 0.04
HSL 256º 0.81% 0.82% -
HSV(B) 256º 0.3% 0.96% -
XYZ 52.68 46.86 93.46 -
YUV 185.53 162.13 131.9 -
System Red Green Blue C M Y K H S L
Decimal 191 171 246 0.22 0.30 0 0.04 256 0.81 0.82
Hex BF AB F6 16 1E 0 4 100 51 52
Octal 277 253 366 26 36 0 4 400 121 122
Binary 10111111 10101011 11110110 10110 11110 0 100 100000000 1010001 1010010

Color Harmonies of #BFABF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFABF6

Black with #BFABF6

Text Example


Text Example

White with #BFABF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFABF6; }

 p { color: rgb(191,171,246); }

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

background-color css

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

 a { background-color: rgb(191,171,246); }

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

border-color css

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

 span { border-color: rgb(191,171,246); }

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