Html Css Color HEX #BFAEF6 Melrose

📋 copy color: '#BFAEF6'

red 191 ◦ green 174 ◦ blue 246

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

Shades of Melrose #BFAEF6

Tints of Melrose #BFAEF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40.26%

R = 31.26%
G = 28.48%
B = 40.26%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BFAEF6 (or 0xBFAEF6) is known color: Melrose. HEX triplet: BF, AE and F6. RGB value is (191,174,246). Sum of RGB (Red+Green+Blue) = 191+174+246=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 246 (96.48% from 255 or 40.26% from 611); Max value from RGB is 246 - color contains mainly: blue. Hex color #BFAEF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAEF6 is #405109. Grayscale: #BBBBBB. Windows color (decimal): -4215050 or 16166591. OLE color: 16166591.

HSL color Cylindrical-coordinate representation of color #BFAEF6: hue angle of 254.17º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFAEF6 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 174 246 -
CMYK 0.22 0.29 0 0.04
HSL 254.17º 0.8% 0.82% -
HSV(B) 254.17º 0.29% 0.96% -
XYZ 53.26 48 93.65 -
YUV 187.29 161.13 130.65 -
System Red Green Blue C M Y K H S L
Decimal 191 174 246 0.22 0.29 0 0.04 254.17 0.8 0.82
Hex BF AE F6 16 1D 0 4 FE 50 52
Octal 277 256 366 26 35 0 4 376 120 122
Binary 10111111 10101110 11110110 10110 11101 0 100 11111110 1010000 1010010

Color Harmonies of #BFAEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAEF6

Black with #BFAEF6

Text Example


Text Example

White with #BFAEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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