Html Css Color HEX #B9ADEB Melrose

📋 copy color: '#B9ADEB'

red 185 ◦ green 173 ◦ blue 235

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

Shades of Melrose #B9ADEB

Tints of Melrose #B9ADEB

RGB

 RED value IS 185 (72.66% from 255) = 31.2%

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

 BLUE value IS 235 (92.19% from 255) = 39.63%

R = 31.2%
G = 29.17%
B = 39.63%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B9ADEB (or 0xB9ADEB) is known color: Melrose. HEX triplet: B9, AD and EB. RGB value is (185,173,235). Sum of RGB (Red+Green+Blue) = 185+173+235=593 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.20% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #B9ADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ADEB is #465214. Grayscale: #B7B7B7. Windows color (decimal): -4608533 or 15445433. OLE color: 15445433.

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

Color convert

RGB 185 173 235 -
CMYK 0.21 0.26 0 0.08
HSL 251.61º 0.61% 0.8% -
HSV(B) 251.61º 0.26% 0.92% -
XYZ 49.95 46.2 84.88 -
YUV 183.66 156.98 128.96 -
System Red Green Blue C M Y K H S L
Decimal 185 173 235 0.21 0.26 0 0.08 251.61 0.61 0.8
Hex B9 AD EB 15 1A 0 8 FC 3D 50
Octal 271 255 353 25 32 0 10 374 75 120
Binary 10111001 10101101 11101011 10101 11010 0 1000 11111100 111101 1010000

Color Harmonies of #B9ADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ADEB

Black with #B9ADEB

Text Example


Text Example

White with #B9ADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ADEB; }

 p { color: rgb(185,173,235); }

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

background-color css

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

 a { background-color: rgb(185,173,235); }

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

border-color css

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

 span { border-color: rgb(185,173,235); }

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