Html Css Color HEX #B9B0F7 Melrose

📋 copy color: '#B9B0F7'

red 185 ◦ green 176 ◦ blue 247

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

Shades of Melrose #B9B0F7

Tints of Melrose #B9B0F7

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.95%

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

R = 30.43%
G = 28.95%
B = 40.63%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B9B0F7 (or 0xB9B0F7) is known color: Melrose. HEX triplet: B9, B0 and F7. RGB value is (185,176,247). Sum of RGB (Red+Green+Blue) = 185+176+247=608 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.43% from 608); Green value is 176 (69.14% from 255 or 28.95% from 608); Blue value is 247 (96.88% from 255 or 40.62% from 608); Max value from RGB is 247 - color contains mainly: blue. Hex color #B9B0F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9B0F7 is #464F08. Grayscale: #BABABA. Windows color (decimal): -4607753 or 16232633. OLE color: 16232633.

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

Color convert

RGB 185 176 247 -
CMYK 0.25 0.29 0 0.03
HSL 247.61º 0.82% 0.83% -
HSV(B) 247.61º 0.29% 0.97% -
XYZ 52.32 48.08 94.52 -
YUV 186.79 161.98 126.73 -
System Red Green Blue C M Y K H S L
Decimal 185 176 247 0.25 0.29 0 0.03 247.61 0.82 0.83
Hex B9 B0 F7 19 1D 0 3 F8 52 53
Octal 271 260 367 31 35 0 3 370 122 123
Binary 10111001 10110000 11110111 11001 11101 0 11 11111000 1010010 1010011

Color Harmonies of #B9B0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B0F7

Black with #B9B0F7

Text Example


Text Example

White with #B9B0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B0F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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