Html Css Color HEX #BFB9F1 Melrose

📋 copy color: '#BFB9F1'

red 191 ◦ green 185 ◦ blue 241

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

Shades of Melrose #BFB9F1

Tints of Melrose #BFB9F1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.98%

 BLUE value IS 241 (94.53% from 255) = 39.06%

R = 30.96%
G = 29.98%
B = 39.06%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BFB9F1 (or 0xBFB9F1) is known color: Melrose. HEX triplet: BF, B9 and F1. RGB value is (191,185,241). Sum of RGB (Red+Green+Blue) = 191+185+241=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 185 (72.66% from 255 or 29.98% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFB9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB9F1 is #40460E. Grayscale: #C0C0C0. Windows color (decimal): -4212239 or 15841727. OLE color: 15841727.

HSL color Cylindrical-coordinate representation of color #BFB9F1: hue angle of 246.43º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFB9F1 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 185 241 -
CMYK 0.21 0.23 0 0.05
HSL 246.43º 0.67% 0.84% -
HSV(B) 246.43º 0.23% 0.95% -
XYZ 54.71 52.13 90.4 -
YUV 193.18 154.99 126.45 -
System Red Green Blue C M Y K H S L
Decimal 191 185 241 0.21 0.23 0 0.05 246.43 0.67 0.84
Hex BF B9 F1 15 17 0 5 F6 43 54
Octal 277 271 361 25 27 0 5 366 103 124
Binary 10111111 10111001 11110001 10101 10111 0 101 11110110 1000011 1010100

Color Harmonies of #BFB9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB9F1

Black with #BFB9F1

Text Example


Text Example

White with #BFB9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB9F1; }

 p { color: rgb(191,185,241); }

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

background-color css

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

 a { background-color: rgb(191,185,241); }

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

border-color css

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

 span { border-color: rgb(191,185,241); }

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