Html Css Color HEX #BFAAF0 Melrose

📋 copy color: '#BFAAF0'

red 191 ◦ green 170 ◦ blue 240

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

Shades of Melrose #BFAAF0

Tints of Melrose #BFAAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 39.93%

R = 31.78%
G = 28.29%
B = 39.93%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BFAAF0 (or 0xBFAAF0) is known color: Melrose. HEX triplet: BF, AA and F0. RGB value is (191,170,240). Sum of RGB (Red+Green+Blue) = 191+170+240=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 240 (94.14% from 255 or 39.93% from 601); Max value from RGB is 240 - color contains mainly: blue. Hex color #BFAAF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAAF0 is #40550F. Grayscale: #B8B8B8. Windows color (decimal): -4216080 or 15772351. OLE color: 15772351.

HSL color Cylindrical-coordinate representation of color #BFAAF0: hue angle of 258º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFAAF0 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 170 240 -
CMYK 0.20 0.29 0 0.06
HSL 258º 0.7% 0.8% -
HSV(B) 258º 0.29% 0.94% -
XYZ 51.59 46.12 88.62 -
YUV 184.26 159.46 132.81 -
System Red Green Blue C M Y K H S L
Decimal 191 170 240 0.20 0.29 0 0.06 258 0.7 0.8
Hex BF AA F0 14 1D 0 6 102 46 50
Octal 277 252 360 24 35 0 6 402 106 120
Binary 10111111 10101010 11110000 10100 11101 0 110 100000010 1000110 1010000

Color Harmonies of #BFAAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAAF0

Black with #BFAAF0

Text Example


Text Example

White with #BFAAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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