Html Css Color HEX #BFACF9 Melrose

📋 copy color: '#BFACF9'

red 191 ◦ green 172 ◦ blue 249

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

Shades of Melrose #BFACF9

Tints of Melrose #BFACF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.69%

R = 31.21%
G = 28.1%
B = 40.69%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BFACF9 (or 0xBFACF9) is known color: Melrose. HEX triplet: BF, AC and F9. RGB value is (191,172,249). Sum of RGB (Red+Green+Blue) = 191+172+249=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFACF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFACF9 is #405306. Grayscale: #BABABA. Windows color (decimal): -4215559 or 16362687. OLE color: 16362687.

HSL color Cylindrical-coordinate representation of color #BFACF9: hue angle of 254.81º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFACF9 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 172 249 -
CMYK 0.23 0.31 0 0.02
HSL 254.81º 0.87% 0.83% -
HSV(B) 254.81º 0.31% 0.98% -
XYZ 53.34 47.42 95.96 -
YUV 186.46 163.29 131.24 -
System Red Green Blue C M Y K H S L
Decimal 191 172 249 0.23 0.31 0 0.02 254.81 0.87 0.83
Hex BF AC F9 17 1F 0 2 FF 57 53
Octal 277 254 371 27 37 0 2 377 127 123
Binary 10111111 10101100 11111001 10111 11111 0 10 11111111 1010111 1010011

Color Harmonies of #BFACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFACF9

Black with #BFACF9

Text Example


Text Example

White with #BFACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFACF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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