Html Css Color HEX #BFAEF8 Melrose

📋 copy color: '#BFAEF8'

red 191 ◦ green 174 ◦ blue 248

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

Shades of Melrose #BFAEF8

Tints of Melrose #BFAEF8

RGB

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

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

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

R = 31.16%
G = 28.38%
B = 40.46%

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

#BFAEF8 (or 0xBFAEF8) is known color: Melrose. HEX triplet: BF, AE and F8. RGB value is (191,174,248). Sum of RGB (Red+Green+Blue) = 191+174+248=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 248 (97.27% from 255 or 40.46% from 613); Max value from RGB is 248 - color contains mainly: blue. Hex color #BFAEF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAEF8 is #405107. Grayscale: #BBBBBB. Windows color (decimal): -4215048 or 16297663. OLE color: 16297663.

HSL color Cylindrical-coordinate representation of color #BFAEF8: hue angle of 253.78º degrees, saturation: 0.84, 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 #BFAEF8 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 191 174 248 -
CMYK 0.23 0.30 0 0.03
HSL 253.78º 0.84% 0.83% -
HSV(B) 253.78º 0.3% 0.97% -
XYZ 53.57 48.13 95.27 -
YUV 187.52 162.13 130.48 -
System Red Green Blue C M Y K H S L
Decimal 191 174 248 0.23 0.30 0 0.03 253.78 0.84 0.83
Hex BF AE F8 17 1E 0 3 FE 54 53
Octal 277 256 370 27 36 0 3 376 124 123
Binary 10111111 10101110 11111000 10111 11110 0 11 11111110 1010100 1010011

Color Harmonies of #BFAEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAEF8

Black with #BFAEF8

Text Example


Text Example

White with #BFAEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAEF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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