Html Css Color HEX #BFB5F6 Melrose

📋 copy color: '#BFB5F6'

red 191 ◦ green 181 ◦ blue 246

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

Shades of Melrose #BFB5F6

Tints of Melrose #BFB5F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 39.81%

R = 30.91%
G = 29.29%
B = 39.81%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BFB5F6 (or 0xBFB5F6) is known color: Melrose. HEX triplet: BF, B5 and F6. RGB value is (191,181,246). Sum of RGB (Red+Green+Blue) = 191+181+246=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 181 (71.09% from 255 or 29.29% from 618); Blue value is 246 (96.48% from 255 or 39.81% from 618); Max value from RGB is 246 - color contains mainly: blue. Hex color #BFB5F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB5F6 is #404A09. Grayscale: #BFBFBF. Windows color (decimal): -4213258 or 16168383. OLE color: 16168383.

HSL color Cylindrical-coordinate representation of color #BFB5F6: hue angle of 249.23º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFB5F6 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 181 246 -
CMYK 0.22 0.26 0 0.04
HSL 249.23º 0.78% 0.84% -
HSV(B) 249.23º 0.26% 0.96% -
XYZ 54.64 50.78 94.11 -
YUV 191.4 158.81 127.71 -
System Red Green Blue C M Y K H S L
Decimal 191 181 246 0.22 0.26 0 0.04 249.23 0.78 0.84
Hex BF B5 F6 16 1A 0 4 F9 4E 54
Octal 277 265 366 26 32 0 4 371 116 124
Binary 10111111 10110101 11110110 10110 11010 0 100 11111001 1001110 1010100

Color Harmonies of #BFB5F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB5F6

Black with #BFB5F6

Text Example


Text Example

White with #BFB5F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB5F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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