Html Css Color HEX #B8B0E5 Melrose

📋 copy color: '#B8B0E5'

red 184 ◦ green 176 ◦ blue 229

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

Shades of Melrose #B8B0E5

Tints of Melrose #B8B0E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.88%

R = 31.24%
G = 29.88%
B = 38.88%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B8B0E5 (or 0xB8B0E5) is known color: Melrose. HEX triplet: B8, B0 and E5. RGB value is (184,176,229). Sum of RGB (Red+Green+Blue) = 184+176+229=589 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.24% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 229 - color contains mainly: blue. Hex color #B8B0E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8B0E5 is #474F1A. Grayscale: #B8B8B8. Windows color (decimal): -4673307 or 15052984. OLE color: 15052984.

HSL color Cylindrical-coordinate representation of color #B8B0E5: hue angle of 249.06º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8B0E5 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 184 176 229 -
CMYK 0.20 0.23 0 0.10
HSL 249.06º 0.5% 0.79% -
HSV(B) 249.06º 0.23% 0.9% -
XYZ 49.44 46.9 80.58 -
YUV 184.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 184 176 229 0.20 0.23 0 0.10 249.06 0.5 0.79
Hex B8 B0 E5 14 17 0 A F9 32 4F
Octal 270 260 345 24 27 0 12 371 62 117
Binary 10111000 10110000 11100101 10100 10111 0 1010 11111001 110010 1001111

Color Harmonies of #B8B0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B0E5

Black with #B8B0E5

Text Example


Text Example

White with #B8B0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B0E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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