Html Css Color HEX #BFACF8 Melrose

📋 copy color: '#BFACF8'

red 191 ◦ green 172 ◦ blue 248

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

Shades of Melrose #BFACF8

Tints of Melrose #BFACF8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.15%

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

R = 31.26%
G = 28.15%
B = 40.59%

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

#BFACF8 (or 0xBFACF8) is known color: Melrose. HEX triplet: BF, AC and F8. RGB value is (191,172,248). Sum of RGB (Red+Green+Blue) = 191+172+248=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 248 (97.27% from 255 or 40.59% from 611); Max value from RGB is 248 - color contains mainly: blue. Hex color #BFACF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFACF8 is #405307. Grayscale: #BABABA. Windows color (decimal): -4215560 or 16297151. OLE color: 16297151.

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

Color convert

RGB 191 172 248 -
CMYK 0.23 0.31 0 0.03
HSL 255º 0.84% 0.82% -
HSV(B) 255º 0.31% 0.97% -
XYZ 53.18 47.36 95.15 -
YUV 186.35 162.79 131.32 -
System Red Green Blue C M Y K H S L
Decimal 191 172 248 0.23 0.31 0 0.03 255 0.84 0.82
Hex BF AC F8 17 1F 0 3 FF 54 52
Octal 277 254 370 27 37 0 3 377 124 122
Binary 10111111 10101100 11111000 10111 11111 0 11 11111111 1010100 1010010

Color Harmonies of #BFACF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFACF8

Black with #BFACF8

Text Example


Text Example

White with #BFACF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFACF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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