Html Css Color HEX #B9B3F3 Melrose

📋 copy color: '#B9B3F3'

red 185 ◦ green 179 ◦ blue 243

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

Shades of Melrose #B9B3F3

Tints of Melrose #B9B3F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 40.03%

R = 30.48%
G = 29.49%
B = 40.03%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B9B3F3 (or 0xB9B3F3) is known color: Melrose. HEX triplet: B9, B3 and F3. RGB value is (185,179,243). Sum of RGB (Red+Green+Blue) = 185+179+243=607 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.48% from 607); Green value is 179 (70.31% from 255 or 29.49% from 607); Blue value is 243 (95.31% from 255 or 40.03% from 607); Max value from RGB is 243 - color contains mainly: blue. Hex color #B9B3F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B3F3 is #464C0C. Grayscale: #BBBBBB. Windows color (decimal): -4606989 or 15971257. OLE color: 15971257.

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

Color convert

RGB 185 179 243 -
CMYK 0.24 0.26 0 0.05
HSL 245.63º 0.73% 0.83% -
HSV(B) 245.63º 0.26% 0.95% -
XYZ 52.31 49.03 91.5 -
YUV 188.09 158.99 125.8 -
System Red Green Blue C M Y K H S L
Decimal 185 179 243 0.24 0.26 0 0.05 245.63 0.73 0.83
Hex B9 B3 F3 18 1A 0 5 F6 49 53
Octal 271 263 363 30 32 0 5 366 111 123
Binary 10111001 10110011 11110011 11000 11010 0 101 11110110 1001001 1010011

Color Harmonies of #B9B3F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B3F3

Black with #B9B3F3

Text Example


Text Example

White with #B9B3F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B3F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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