Html Css Color HEX #BFAAFF Melrose

📋 copy color: '#BFAAFF'

red 191 ◦ green 170 ◦ blue 255

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

Shades of Melrose #BFAAFF

Tints of Melrose #BFAAFF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.6%

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

R = 31.01%
G = 27.6%
B = 41.4%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BFAAFF (or 0xBFAAFF) is known color: Melrose. HEX triplet: BF, AA and FF. RGB value is (191,170,255). Sum of RGB (Red+Green+Blue) = 191+170+255=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFAAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAAFF is #405500. Grayscale: #B9B9B9. Windows color (decimal): -4216065 or 16755391. OLE color: 16755391.

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

Color convert

RGB 191 170 255 -
CMYK 0.25 0.33 0 0
HSL 254.82º 1% 0.83% -
HSV(B) 254.82º 0.33% 1% -
XYZ 53.91 47.05 100.85 -
YUV 185.97 166.96 131.59 -
System Red Green Blue C M Y K H S L
Decimal 191 170 255 0.25 0.33 0 0 254.82 1 0.83
Hex BF AA FF 19 21 0 0 FF 64 53
Octal 277 252 377 31 41 0 0 377 144 123
Binary 10111111 10101010 11111111 11001 100001 0 0 11111111 1100100 1010011

Color Harmonies of #BFAAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAAFF

Black with #BFAAFF

Text Example


Text Example

White with #BFAAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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