Html Css Color HEX #BFAEF7 Melrose

📋 copy color: '#BFAEF7'

red 191 ◦ green 174 ◦ blue 247

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

Shades of Melrose #BFAEF7

Tints of Melrose #BFAEF7

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.43%

 BLUE value IS 247 (96.88% from 255) = 40.36%

R = 31.21%
G = 28.43%
B = 40.36%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BFAEF7 (or 0xBFAEF7) is known color: Melrose. HEX triplet: BF, AE and F7. RGB value is (191,174,247). Sum of RGB (Red+Green+Blue) = 191+174+247=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 247 (96.88% from 255 or 40.36% from 612); Max value from RGB is 247 - color contains mainly: blue. Hex color #BFAEF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAEF7 is #405108. Grayscale: #BBBBBB. Windows color (decimal): -4215049 or 16232127. OLE color: 16232127.

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

Color convert

RGB 191 174 247 -
CMYK 0.23 0.30 0 0.03
HSL 253.97º 0.82% 0.83% -
HSV(B) 253.97º 0.3% 0.97% -
XYZ 53.41 48.06 94.46 -
YUV 187.41 161.63 130.56 -
System Red Green Blue C M Y K H S L
Decimal 191 174 247 0.23 0.30 0 0.03 253.97 0.82 0.83
Hex BF AE F7 17 1E 0 3 FE 52 53
Octal 277 256 367 27 36 0 3 376 122 123
Binary 10111111 10101110 11110111 10111 11110 0 11 11111110 1010010 1010011

Color Harmonies of #BFAEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAEF7

Black with #BFAEF7

Text Example


Text Example

White with #BFAEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAEF7; }

 p { color: rgb(191,174,247); }

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

background-color css

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

 a { background-color: rgb(191,174,247); }

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

border-color css

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

 span { border-color: rgb(191,174,247); }

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