Html Css Color HEX #BFB9DC Melrose

📋 copy color: '#BFB9DC'

red 191 ◦ green 185 ◦ blue 220

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

Shades of Melrose #BFB9DC

Tints of Melrose #BFB9DC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.04%

 BLUE value IS 220 (86.33% from 255) = 36.91%

R = 32.05%
G = 31.04%
B = 36.91%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BFB9DC (or 0xBFB9DC) is known color: Melrose. HEX triplet: BF, B9 and DC. RGB value is (191,185,220). Sum of RGB (Red+Green+Blue) = 191+185+220=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFB9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB9DC is #404623. Grayscale: #BEBEBE. Windows color (decimal): -4212260 or 14465471. OLE color: 14465471.

HSL color Cylindrical-coordinate representation of color #BFB9DC: hue angle of 250.29º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFB9DC is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 185 220 -
CMYK 0.13 0.16 0 0.14
HSL 250.29º 0.33% 0.79% -
HSV(B) 250.29º 0.16% 0.86% -
XYZ 51.75 50.94 74.82 -
YUV 190.78 144.49 128.15 -
System Red Green Blue C M Y K H S L
Decimal 191 185 220 0.13 0.16 0 0.14 250.29 0.33 0.79
Hex BF B9 DC D 10 0 E FA 21 4F
Octal 277 271 334 15 20 0 16 372 41 117
Binary 10111111 10111001 11011100 1101 10000 0 1110 11111010 100001 1001111

Color Harmonies of #BFB9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB9DC

Black with #BFB9DC

Text Example


Text Example

White with #BFB9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB9DC; }

 p { color: rgb(191,185,220); }

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

background-color css

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

 a { background-color: rgb(191,185,220); }

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

border-color css

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

 span { border-color: rgb(191,185,220); }

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