Html Css Color HEX #BFB3DB Melrose

📋 copy color: '#BFB3DB'

red 191 ◦ green 179 ◦ blue 219

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

Shades of Melrose #BFB3DB

Tints of Melrose #BFB3DB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.39%

 BLUE value IS 219 (85.94% from 255) = 37.18%

R = 32.43%
G = 30.39%
B = 37.18%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BFB3DB (or 0xBFB3DB) is known color: Melrose. HEX triplet: BF, B3 and DB. RGB value is (191,179,219). Sum of RGB (Red+Green+Blue) = 191+179+219=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 179 (70.31% from 255 or 30.39% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFB3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB3DB is #404C24. Grayscale: #BBBBBB. Windows color (decimal): -4213797 or 14398399. OLE color: 14398399.

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

Color convert

RGB 191 179 219 -
CMYK 0.13 0.18 0 0.14
HSL 258º 0.36% 0.78% -
HSV(B) 258º 0.18% 0.86% -
XYZ 50.39 48.43 73.71 -
YUV 187.15 145.98 130.75 -
System Red Green Blue C M Y K H S L
Decimal 191 179 219 0.13 0.18 0 0.14 258 0.36 0.78
Hex BF B3 DB D 12 0 E 102 24 4E
Octal 277 263 333 15 22 0 16 402 44 116
Binary 10111111 10110011 11011011 1101 10010 0 1110 100000010 100100 1001110

Color Harmonies of #BFB3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB3DB

Black with #BFB3DB

Text Example


Text Example

White with #BFB3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB3DB; }

 p { color: rgb(191,179,219); }

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

background-color css

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

 a { background-color: rgb(191,179,219); }

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

border-color css

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

 span { border-color: rgb(191,179,219); }

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