Html Css Color HEX #BFA4FF Melrose

📋 copy color: '#BFA4FF'

red 191 ◦ green 164 ◦ blue 255

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

Shades of Melrose #BFA4FF

Tints of Melrose #BFA4FF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.89%

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

R = 31.31%
G = 26.89%
B = 41.8%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BFA4FF (or 0xBFA4FF) is known color: Melrose. HEX triplet: BF, A4 and FF. RGB value is (191,164,255). Sum of RGB (Red+Green+Blue) = 191+164+255=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 164 (64.45% from 255 or 26.89% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFA4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA4FF is #405B00. Grayscale: #B6B6B6. Windows color (decimal): -4217601 or 16753855. OLE color: 16753855.

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

Color convert

RGB 191 164 255 -
CMYK 0.25 0.36 0 0
HSL 257.8º 1% 0.82% -
HSV(B) 257.8º 0.36% 1% -
XYZ 52.81 44.85 100.48 -
YUV 182.45 168.95 134.1 -
System Red Green Blue C M Y K H S L
Decimal 191 164 255 0.25 0.36 0 0 257.8 1 0.82
Hex BF A4 FF 19 24 0 0 102 64 52
Octal 277 244 377 31 44 0 0 402 144 122
Binary 10111111 10100100 11111111 11001 100100 0 0 100000010 1100100 1010010

Color Harmonies of #BFA4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA4FF

Black with #BFA4FF

Text Example


Text Example

White with #BFA4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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