Html Css Color HEX #B8B0F7 Melrose

📋 copy color: '#B8B0F7'

red 184 ◦ green 176 ◦ blue 247

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

Shades of Melrose #B8B0F7

Tints of Melrose #B8B0F7

RGB

 RED value IS 184 (72.27% from 255) = 30.31%

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

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

R = 30.31%
G = 29%
B = 40.69%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B8B0F7 (or 0xB8B0F7) is known color: Melrose. HEX triplet: B8, B0 and F7. RGB value is (184,176,247). Sum of RGB (Red+Green+Blue) = 184+176+247=607 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.31% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 247 (96.88% from 255 or 40.69% from 607); Max value from RGB is 247 - color contains mainly: blue. Hex color #B8B0F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8B0F7 is #474F08. Grayscale: #BABABA. Windows color (decimal): -4673289 or 16232632. OLE color: 16232632.

HSL color Cylindrical-coordinate representation of color #B8B0F7: hue angle of 246.76º 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 #B8B0F7 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 184 176 247 -
CMYK 0.26 0.29 0 0.03
HSL 246.76º 0.82% 0.83% -
HSV(B) 246.76º 0.29% 0.97% -
XYZ 52.08 47.96 94.51 -
YUV 186.49 162.15 126.23 -
System Red Green Blue C M Y K H S L
Decimal 184 176 247 0.26 0.29 0 0.03 246.76 0.82 0.83
Hex B8 B0 F7 1A 1D 0 3 F7 52 53
Octal 270 260 367 32 35 0 3 367 122 123
Binary 10111000 10110000 11110111 11010 11101 0 11 11110111 1010010 1010011

Color Harmonies of #B8B0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B0F7

Black with #B8B0F7

Text Example


Text Example

White with #B8B0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B0F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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