Html Css Color HEX #BFB7DB Melrose

📋 copy color: '#BFB7DB'

red 191 ◦ green 183 ◦ blue 219

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

Shades of Melrose #BFB7DB

Tints of Melrose #BFB7DB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.86%

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

R = 32.21%
G = 30.86%
B = 36.93%

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

#BFB7DB (or 0xBFB7DB) is known color: Melrose. HEX triplet: BF, B7 and DB. RGB value is (191,183,219). Sum of RGB (Red+Green+Blue) = 191+183+219=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 183 (71.88% from 255 or 30.86% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFB7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB7DB is #404824. Grayscale: #BDBDBD. Windows color (decimal): -4212773 or 14399423. OLE color: 14399423.

HSL color Cylindrical-coordinate representation of color #BFB7DB: hue angle of 253.33º 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 #BFB7DB is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 183 219 -
CMYK 0.13 0.16 0 0.14
HSL 253.33º 0.33% 0.79% -
HSV(B) 253.33º 0.16% 0.86% -
XYZ 51.21 50.06 73.98 -
YUV 189.5 144.65 129.07 -
System Red Green Blue C M Y K H S L
Decimal 191 183 219 0.13 0.16 0 0.14 253.33 0.33 0.79
Hex BF B7 DB D 10 0 E FD 21 4F
Octal 277 267 333 15 20 0 16 375 41 117
Binary 10111111 10110111 11011011 1101 10000 0 1110 11111101 100001 1001111

Color Harmonies of #BFB7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB7DB

Black with #BFB7DB

Text Example


Text Example

White with #BFB7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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