Html Css Color HEX #B8ADE8 Melrose

📋 copy color: '#B8ADE8'

red 184 ◦ green 173 ◦ blue 232

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

Shades of Melrose #B8ADE8

Tints of Melrose #B8ADE8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.37%

 BLUE value IS 232 (91.02% from 255) = 39.39%

R = 31.24%
G = 29.37%
B = 39.39%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B8ADE8 (or 0xB8ADE8) is known color: Melrose. HEX triplet: B8, AD and E8. RGB value is (184,173,232). Sum of RGB (Red+Green+Blue) = 184+173+232=589 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.24% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 232 (91.02% from 255 or 39.39% from 589); Max value from RGB is 232 - color contains mainly: blue. Hex color #B8ADE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8ADE8 is #475217. Grayscale: #B6B6B6. Windows color (decimal): -4674072 or 15248824. OLE color: 15248824.

HSL color Cylindrical-coordinate representation of color #B8ADE8: hue angle of 251.19º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8ADE8 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 184 173 232 -
CMYK 0.21 0.25 0 0.09
HSL 251.19º 0.56% 0.79% -
HSV(B) 251.19º 0.25% 0.91% -
XYZ 49.28 45.9 82.61 -
YUV 183.02 155.64 128.7 -
System Red Green Blue C M Y K H S L
Decimal 184 173 232 0.21 0.25 0 0.09 251.19 0.56 0.79
Hex B8 AD E8 15 19 0 9 FB 38 4F
Octal 270 255 350 25 31 0 11 373 70 117
Binary 10111000 10101101 11101000 10101 11001 0 1001 11111011 111000 1001111

Color Harmonies of #B8ADE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ADE8

Black with #B8ADE8

Text Example


Text Example

White with #B8ADE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ADE8; }

 p { color: rgb(184,173,232); }

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

background-color css

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

 a { background-color: rgb(184,173,232); }

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

border-color css

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

 span { border-color: rgb(184,173,232); }

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