Html Css Color HEX #BFADF0 Melrose

📋 copy color: '#BFADF0'

red 191 ◦ green 173 ◦ blue 240

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

Shades of Melrose #BFADF0

Tints of Melrose #BFADF0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.64%

 BLUE value IS 240 (94.14% from 255) = 39.74%

R = 31.62%
G = 28.64%
B = 39.74%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BFADF0 (or 0xBFADF0) is known color: Melrose. HEX triplet: BF, AD and F0. RGB value is (191,173,240). Sum of RGB (Red+Green+Blue) = 191+173+240=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 240 - color contains mainly: blue. Hex color #BFADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFADF0 is #40520F. Grayscale: #B9B9B9. Windows color (decimal): -4215312 or 15773119. OLE color: 15773119.

HSL color Cylindrical-coordinate representation of color #BFADF0: hue angle of 256.12º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFADF0 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 173 240 -
CMYK 0.20 0.28 0 0.06
HSL 256.12º 0.69% 0.81% -
HSV(B) 256.12º 0.28% 0.94% -
XYZ 52.16 47.25 88.81 -
YUV 186.02 158.46 131.55 -
System Red Green Blue C M Y K H S L
Decimal 191 173 240 0.20 0.28 0 0.06 256.12 0.69 0.81
Hex BF AD F0 14 1C 0 6 100 45 51
Octal 277 255 360 24 34 0 6 400 105 121
Binary 10111111 10101101 11110000 10100 11100 0 110 100000000 1000101 1010001

Color Harmonies of #BFADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFADF0

Black with #BFADF0

Text Example


Text Example

White with #BFADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFADF0; }

 p { color: rgb(191,173,240); }

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

background-color css

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

 a { background-color: rgb(191,173,240); }

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

border-color css

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

 span { border-color: rgb(191,173,240); }

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