Html Css Color HEX #BFB4DB Melrose

📋 copy color: '#BFB4DB'

red 191 ◦ green 180 ◦ blue 219

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

Shades of Melrose #BFB4DB

Tints of Melrose #BFB4DB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.51%

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

R = 32.37%
G = 30.51%
B = 37.12%

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

#BFB4DB (or 0xBFB4DB) is known color: Melrose. HEX triplet: BF, B4 and DB. RGB value is (191,180,219). Sum of RGB (Red+Green+Blue) = 191+180+219=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 180 (70.70% from 255 or 30.51% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFB4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB4DB is #404B24. Grayscale: #BBBBBB. Windows color (decimal): -4213541 or 14398655. OLE color: 14398655.

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

Color convert

RGB 191 180 219 -
CMYK 0.13 0.18 0 0.14
HSL 256.92º 0.35% 0.78% -
HSV(B) 256.92º 0.18% 0.86% -
XYZ 50.59 48.83 73.78 -
YUV 187.74 145.64 130.33 -
System Red Green Blue C M Y K H S L
Decimal 191 180 219 0.13 0.18 0 0.14 256.92 0.35 0.78
Hex BF B4 DB D 12 0 E 101 23 4E
Octal 277 264 333 15 22 0 16 401 43 116
Binary 10111111 10110100 11011011 1101 10010 0 1110 100000001 100011 1001110

Color Harmonies of #BFB4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB4DB

Black with #BFB4DB

Text Example


Text Example

White with #BFB4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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