Html Css Color HEX #B9B3F7 Melrose

📋 copy color: '#B9B3F7'

red 185 ◦ green 179 ◦ blue 247

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

Shades of Melrose #B9B3F7

Tints of Melrose #B9B3F7

RGB

 RED value IS 185 (72.66% from 255) = 30.28%

 GREEN value IS 179 (70.31% from 255) = 29.3%

 BLUE value IS 247 (96.88% from 255) = 40.43%

R = 30.28%
G = 29.3%
B = 40.43%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B9B3F7 (or 0xB9B3F7) is known color: Melrose. HEX triplet: B9, B3 and F7. RGB value is (185,179,247). Sum of RGB (Red+Green+Blue) = 185+179+247=611 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.28% from 611); Green value is 179 (70.31% from 255 or 29.30% from 611); Blue value is 247 (96.88% from 255 or 40.43% from 611); Max value from RGB is 247 - color contains mainly: blue. Hex color #B9B3F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B3F7 is #464C08. Grayscale: #BCBCBC. Windows color (decimal): -4606985 or 16233401. OLE color: 16233401.

HSL color Cylindrical-coordinate representation of color #B9B3F7: hue angle of 245.29º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B9B3F7 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 185 179 247 -
CMYK 0.25 0.28 0 0.03
HSL 245.29º 0.81% 0.84% -
HSV(B) 245.29º 0.28% 0.97% -
XYZ 52.92 49.27 94.72 -
YUV 188.55 160.99 125.47 -
System Red Green Blue C M Y K H S L
Decimal 185 179 247 0.25 0.28 0 0.03 245.29 0.81 0.84
Hex B9 B3 F7 19 1C 0 3 F5 51 54
Octal 271 263 367 31 34 0 3 365 121 124
Binary 10111001 10110011 11110111 11001 11100 0 11 11110101 1010001 1010100

Color Harmonies of #B9B3F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B3F7

Black with #B9B3F7

Text Example


Text Example

White with #B9B3F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B3F7; }

 p { color: rgb(185,179,247); }

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

background-color css

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

 a { background-color: rgb(185,179,247); }

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

border-color css

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

 span { border-color: rgb(185,179,247); }

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