#BFB9F3

Color #BFB9F3 Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #BFB9F3

Tints of Melrose #BFB9F3

Color information

#BFB9F3 (or 0xBFB9F3) is unknown color: approx Melrose. HEX triplet: BF, B9 and F3. RGB value is (191,185,243). Sum of RGB (Red+Green+Blue) = 191+185+243=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 185 (72.66% from 255 or 29.89% from 619); Blue value is 243 (95.31% from 255 or 39.26% from 619); Max value from RGB is 243 - color contains mainly: blue. Hex color #BFB9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB9F3 is #40460C. Grayscale: #C1C1C1. Windows color (decimal): -4212237 or 15972799. OLE color: 15972799.

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

Color convert

RGB191185243-
CMYK0.210.2400.05
HSL246.21º70.73%83.92%-
HSV(B)246.21º23.87%95.29%-
XYZ55.0152.2591.98-
YUV193.41155.99126.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.86%
GREEN value IS 185 (72.66% from 255) = 29.89%
BLUE value IS 243 (95.31% from 255) = 39.26%
R=30.86%
G=29.89%
B=39.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911852430.210.2400.05246.2170.7383.92
HexBFB9F3151805f64754
Octal277271363253005366107124
Binary101111111011100111110011101011100001011111011010001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB9F3; }

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

 H1.HeaderClassName
 {
   color: #BFB9F3;
 }
 .AnyTagClassName
 {
   color: #BFB9F3;
 }
</style>
background-color css

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

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

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

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

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

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