Html Css Color HEX #B8ADE9 Melrose

📋 copy color: '#B8ADE9'

red 184 ◦ green 173 ◦ blue 233

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

Shades of Melrose #B8ADE9

Tints of Melrose #B8ADE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.49%

R = 31.19%
G = 29.32%
B = 39.49%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B8ADE9 (or 0xB8ADE9) is known color: Melrose. HEX triplet: B8, AD and E9. RGB value is (184,173,233). Sum of RGB (Red+Green+Blue) = 184+173+233=590 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.19% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 233 (91.41% from 255 or 39.49% from 590); Max value from RGB is 233 - color contains mainly: blue. Hex color #B8ADE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8ADE9 is #475216. Grayscale: #B6B6B6. Windows color (decimal): -4674071 or 15314360. OLE color: 15314360.

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

Color convert

RGB 184 173 233 -
CMYK 0.21 0.26 0 0.09
HSL 251º 0.58% 0.8% -
HSV(B) 251º 0.26% 0.91% -
XYZ 49.42 45.96 83.36 -
YUV 183.13 156.14 128.62 -
System Red Green Blue C M Y K H S L
Decimal 184 173 233 0.21 0.26 0 0.09 251 0.58 0.8
Hex B8 AD E9 15 1A 0 9 FB 3A 50
Octal 270 255 351 25 32 0 11 373 72 120
Binary 10111000 10101101 11101001 10101 11010 0 1001 11111011 111010 1010000

Color Harmonies of #B8ADE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ADE9

Black with #B8ADE9

Text Example


Text Example

White with #B8ADE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ADE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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