Html Css Color HEX #BFAAF8 Melrose

📋 copy color: '#BFAAF8'

red 191 ◦ green 170 ◦ blue 248

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

Shades of Melrose #BFAAF8

Tints of Melrose #BFAAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.72%

R = 31.36%
G = 27.91%
B = 40.72%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BFAAF8 (or 0xBFAAF8) is known color: Melrose. HEX triplet: BF, AA and F8. RGB value is (191,170,248). Sum of RGB (Red+Green+Blue) = 191+170+248=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 248 (97.27% from 255 or 40.72% from 609); Max value from RGB is 248 - color contains mainly: blue. Hex color #BFAAF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAAF8 is #405507. Grayscale: #B8B8B8. Windows color (decimal): -4216072 or 16296639. OLE color: 16296639.

HSL color Cylindrical-coordinate representation of color #BFAAF8: hue angle of 256.15º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFAAF8 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 191 170 248 -
CMYK 0.23 0.31 0 0.03
HSL 256.15º 0.85% 0.82% -
HSV(B) 256.15º 0.31% 0.97% -
XYZ 52.8 46.6 95.02 -
YUV 185.17 163.46 132.16 -
System Red Green Blue C M Y K H S L
Decimal 191 170 248 0.23 0.31 0 0.03 256.15 0.85 0.82
Hex BF AA F8 17 1F 0 3 100 55 52
Octal 277 252 370 27 37 0 3 400 125 122
Binary 10111111 10101010 11111000 10111 11111 0 11 100000000 1010101 1010010

Color Harmonies of #BFAAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAAF8

Black with #BFAAF8

Text Example


Text Example

White with #BFAAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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