Html Css Color HEX #BFA7FF Melrose

📋 copy color: '#BFA7FF'

red 191 ◦ green 167 ◦ blue 255

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

Shades of Melrose #BFA7FF

Tints of Melrose #BFA7FF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.24%

 BLUE value IS 255 (100% from 255) = 41.6%

R = 31.16%
G = 27.24%
B = 41.6%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BFA7FF (or 0xBFA7FF) is known color: Melrose. HEX triplet: BF, A7 and FF. RGB value is (191,167,255). Sum of RGB (Red+Green+Blue) = 191+167+255=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 167 (65.62% from 255 or 27.24% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFA7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA7FF is #405800. Grayscale: #B7B7B7. Windows color (decimal): -4216833 or 16754623. OLE color: 16754623.

HSL color Cylindrical-coordinate representation of color #BFA7FF: hue angle of 256.36º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFA7FF is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 191 167 255 -
CMYK 0.25 0.35 0 0
HSL 256.36º 1% 0.83% -
HSV(B) 256.36º 0.35% 1% -
XYZ 53.35 45.93 100.66 -
YUV 184.21 167.95 132.84 -
System Red Green Blue C M Y K H S L
Decimal 191 167 255 0.25 0.35 0 0 256.36 1 0.83
Hex BF A7 FF 19 23 0 0 100 64 53
Octal 277 247 377 31 43 0 0 400 144 123
Binary 10111111 10100111 11111111 11001 100011 0 0 100000000 1100100 1010011

Color Harmonies of #BFA7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA7FF

Black with #BFA7FF

Text Example


Text Example

White with #BFA7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA7FF; }

 p { color: rgb(191,167,255); }

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

background-color css

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

 a { background-color: rgb(191,167,255); }

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

border-color css

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

 span { border-color: rgb(191,167,255); }

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