Html Css Color HEX #BFA6FF Melrose

📋 copy color: '#BFA6FF'

red 191 ◦ green 166 ◦ blue 255

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

Shades of Melrose #BFA6FF

Tints of Melrose #BFA6FF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.12%

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

R = 31.21%
G = 27.12%
B = 41.67%

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

#BFA6FF (or 0xBFA6FF) is known color: Melrose. HEX triplet: BF, A6 and FF. RGB value is (191,166,255). Sum of RGB (Red+Green+Blue) = 191+166+255=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 166 (65.23% from 255 or 27.12% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFA6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA6FF is #405900. Grayscale: #B7B7B7. Windows color (decimal): -4217089 or 16754367. OLE color: 16754367.

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

Color convert

RGB 191 166 255 -
CMYK 0.25 0.35 0 0
HSL 256.85º 1% 0.83% -
HSV(B) 256.85º 0.35% 1% -
XYZ 53.17 45.57 100.6 -
YUV 183.62 168.28 133.26 -
System Red Green Blue C M Y K H S L
Decimal 191 166 255 0.25 0.35 0 0 256.85 1 0.83
Hex BF A6 FF 19 23 0 0 101 64 53
Octal 277 246 377 31 43 0 0 401 144 123
Binary 10111111 10100110 11111111 11001 100011 0 0 100000001 1100100 1010011

Color Harmonies of #BFA6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA6FF

Black with #BFA6FF

Text Example


Text Example

White with #BFA6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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