Html Css Color HEX #BFB5F1 Melrose

📋 copy color: '#BFB5F1'

red 191 ◦ green 181 ◦ blue 241

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

Shades of Melrose #BFB5F1

Tints of Melrose #BFB5F1

RGB

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

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

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

R = 31.16%
G = 29.53%
B = 39.31%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BFB5F1 (or 0xBFB5F1) is known color: Melrose. HEX triplet: BF, B5 and F1. RGB value is (191,181,241). Sum of RGB (Red+Green+Blue) = 191+181+241=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 181 (71.09% from 255 or 29.53% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFB5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB5F1 is #404A0E. Grayscale: #BEBEBE. Windows color (decimal): -4213263 or 15840703. OLE color: 15840703.

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

Color convert

RGB 191 181 241 -
CMYK 0.21 0.25 0 0.05
HSL 250º 0.68% 0.83% -
HSV(B) 250º 0.25% 0.95% -
XYZ 53.89 50.47 90.12 -
YUV 190.83 156.31 128.12 -
System Red Green Blue C M Y K H S L
Decimal 191 181 241 0.21 0.25 0 0.05 250 0.68 0.83
Hex BF B5 F1 15 19 0 5 FA 44 53
Octal 277 265 361 25 31 0 5 372 104 123
Binary 10111111 10110101 11110001 10101 11001 0 101 11111010 1000100 1010011

Color Harmonies of #BFB5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB5F1

Black with #BFB5F1

Text Example


Text Example

White with #BFB5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB5F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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