Html Css Color HEX #B8ADE5 Melrose

📋 copy color: '#B8ADE5'

red 184 ◦ green 173 ◦ blue 229

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

Shades of Melrose #B8ADE5

Tints of Melrose #B8ADE5

RGB

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

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

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

R = 31.4%
G = 29.52%
B = 39.08%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B8ADE5 (or 0xB8ADE5) is known color: Melrose. HEX triplet: B8, AD and E5. RGB value is (184,173,229). Sum of RGB (Red+Green+Blue) = 184+173+229=586 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.40% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 229 - color contains mainly: blue. Hex color #B8ADE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ADE5 is #47521A. Grayscale: #B6B6B6. Windows color (decimal): -4674075 or 15052216. OLE color: 15052216.

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

Color convert

RGB 184 173 229 -
CMYK 0.20 0.24 0 0.10
HSL 251.79º 0.52% 0.79% -
HSV(B) 251.79º 0.24% 0.9% -
XYZ 48.85 45.73 80.38 -
YUV 182.67 154.14 128.95 -
System Red Green Blue C M Y K H S L
Decimal 184 173 229 0.20 0.24 0 0.10 251.79 0.52 0.79
Hex B8 AD E5 14 18 0 A FC 34 4F
Octal 270 255 345 24 30 0 12 374 64 117
Binary 10111000 10101101 11100101 10100 11000 0 1010 11111100 110100 1001111

Color Harmonies of #B8ADE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ADE5

Black with #B8ADE5

Text Example


Text Example

White with #B8ADE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ADE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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