Html Css Color HEX #B9B1F3 Melrose

📋 copy color: '#B9B1F3'

red 185 ◦ green 177 ◦ blue 243

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

Shades of Melrose #B9B1F3

Tints of Melrose #B9B1F3

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.26%

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

R = 30.58%
G = 29.26%
B = 40.17%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B9B1F3 (or 0xB9B1F3) is known color: Melrose. HEX triplet: B9, B1 and F3. RGB value is (185,177,243). Sum of RGB (Red+Green+Blue) = 185+177+243=605 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.58% from 605); Green value is 177 (69.53% from 255 or 29.26% from 605); Blue value is 243 (95.31% from 255 or 40.17% from 605); Max value from RGB is 243 - color contains mainly: blue. Hex color #B9B1F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9B1F3 is #464E0C. Grayscale: #BABABA. Windows color (decimal): -4607501 or 15970745. OLE color: 15970745.

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

Color convert

RGB 185 177 243 -
CMYK 0.24 0.27 0 0.05
HSL 247.27º 0.73% 0.82% -
HSV(B) 247.27º 0.27% 0.95% -
XYZ 51.91 48.23 91.37 -
YUV 186.92 159.65 126.63 -
System Red Green Blue C M Y K H S L
Decimal 185 177 243 0.24 0.27 0 0.05 247.27 0.73 0.82
Hex B9 B1 F3 18 1B 0 5 F7 49 52
Octal 271 261 363 30 33 0 5 367 111 122
Binary 10111001 10110001 11110011 11000 11011 0 101 11110111 1001001 1010010

Color Harmonies of #B9B1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B1F3

Black with #B9B1F3

Text Example


Text Example

White with #B9B1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B1F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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