Html Css Color HEX #BFB3DF Melrose

📋 copy color: '#BFB3DF'

red 191 ◦ green 179 ◦ blue 223

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

Shades of Melrose #BFB3DF

Tints of Melrose #BFB3DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.61%

R = 32.21%
G = 30.19%
B = 37.61%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BFB3DF (or 0xBFB3DF) is known color: Melrose. HEX triplet: BF, B3 and DF. RGB value is (191,179,223). Sum of RGB (Red+Green+Blue) = 191+179+223=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 179 (70.31% from 255 or 30.19% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFB3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB3DF is #404C20. Grayscale: #BBBBBB. Windows color (decimal): -4213793 or 14660543. OLE color: 14660543.

HSL color Cylindrical-coordinate representation of color #BFB3DF: hue angle of 256.36º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFB3DF is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 179 223 -
CMYK 0.14 0.20 0 0.13
HSL 256.36º 0.41% 0.79% -
HSV(B) 256.36º 0.2% 0.87% -
XYZ 50.93 48.64 76.52 -
YUV 187.6 147.98 130.42 -
System Red Green Blue C M Y K H S L
Decimal 191 179 223 0.14 0.20 0 0.13 256.36 0.41 0.79
Hex BF B3 DF E 14 0 D 100 29 4F
Octal 277 263 337 16 24 0 15 400 51 117
Binary 10111111 10110011 11011111 1110 10100 0 1101 100000000 101001 1001111

Color Harmonies of #BFB3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB3DF

Black with #BFB3DF

Text Example


Text Example

White with #BFB3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB3DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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