Html Css Color HEX #BFB8DF Melrose

📋 copy color: '#BFB8DF'

red 191 ◦ green 184 ◦ blue 223

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

Shades of Melrose #BFB8DF

Tints of Melrose #BFB8DF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.77%

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

R = 31.94%
G = 30.77%
B = 37.29%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BFB8DF (or 0xBFB8DF) is known color: Melrose. HEX triplet: BF, B8 and DF. RGB value is (191,184,223). Sum of RGB (Red+Green+Blue) = 191+184+223=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 184 (72.27% from 255 or 30.77% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFB8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB8DF is #404720. Grayscale: #BEBEBE. Windows color (decimal): -4212513 or 14661823. OLE color: 14661823.

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

Color convert

RGB 191 184 223 -
CMYK 0.14 0.17 0 0.13
HSL 250.77º 0.38% 0.8% -
HSV(B) 250.77º 0.17% 0.87% -
XYZ 51.95 50.69 76.86 -
YUV 190.54 146.32 128.33 -
System Red Green Blue C M Y K H S L
Decimal 191 184 223 0.14 0.17 0 0.13 250.77 0.38 0.8
Hex BF B8 DF E 11 0 D FB 26 50
Octal 277 270 337 16 21 0 15 373 46 120
Binary 10111111 10111000 11011111 1110 10001 0 1101 11111011 100110 1010000

Color Harmonies of #BFB8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB8DF

Black with #BFB8DF

Text Example


Text Example

White with #BFB8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB8DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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