Html Css Color HEX #BFB5DB Melrose

📋 copy color: '#BFB5DB'

red 191 ◦ green 181 ◦ blue 219

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

Shades of Melrose #BFB5DB

Tints of Melrose #BFB5DB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.63%

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

R = 32.32%
G = 30.63%
B = 37.06%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BFB5DB (or 0xBFB5DB) is known color: Melrose. HEX triplet: BF, B5 and DB. RGB value is (191,181,219). Sum of RGB (Red+Green+Blue) = 191+181+219=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFB5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB5DB is #404A24. Grayscale: #BCBCBC. Windows color (decimal): -4213285 or 14398911. OLE color: 14398911.

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

Color convert

RGB 191 181 219 -
CMYK 0.13 0.17 0 0.14
HSL 255.79º 0.35% 0.78% -
HSV(B) 255.79º 0.17% 0.86% -
XYZ 50.8 49.24 73.84 -
YUV 188.32 145.31 129.91 -
System Red Green Blue C M Y K H S L
Decimal 191 181 219 0.13 0.17 0 0.14 255.79 0.35 0.78
Hex BF B5 DB D 11 0 E 100 23 4E
Octal 277 265 333 15 21 0 16 400 43 116
Binary 10111111 10110101 11011011 1101 10001 0 1110 100000000 100011 1001110

Color Harmonies of #BFB5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB5DB

Black with #BFB5DB

Text Example


Text Example

White with #BFB5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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