Html Css Color HEX #BFB1DF Melrose

📋 copy color: '#BFB1DF'

red 191 ◦ green 177 ◦ blue 223

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

Shades of Melrose #BFB1DF

Tints of Melrose #BFB1DF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.95%

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

R = 32.32%
G = 29.95%
B = 37.73%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BFB1DF (or 0xBFB1DF) is known color: Melrose. HEX triplet: BF, B1 and DF. RGB value is (191,177,223). Sum of RGB (Red+Green+Blue) = 191+177+223=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 177 (69.53% from 255 or 29.95% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFB1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB1DF is #404E20. Grayscale: #BABABA. Windows color (decimal): -4214305 or 14660031. OLE color: 14660031.

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

Color convert

RGB 191 177 223 -
CMYK 0.14 0.21 0 0.13
HSL 258.26º 0.42% 0.78% -
HSV(B) 258.26º 0.21% 0.87% -
XYZ 50.53 47.85 76.38 -
YUV 186.43 148.64 131.26 -
System Red Green Blue C M Y K H S L
Decimal 191 177 223 0.14 0.21 0 0.13 258.26 0.42 0.78
Hex BF B1 DF E 15 0 D 102 2A 4E
Octal 277 261 337 16 25 0 15 402 52 116
Binary 10111111 10110001 11011111 1110 10101 0 1101 100000010 101010 1001110

Color Harmonies of #BFB1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB1DF

Black with #BFB1DF

Text Example


Text Example

White with #BFB1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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