Html Css Color HEX #B9ADFD Melrose

📋 copy color: '#B9ADFD'

red 185 ◦ green 173 ◦ blue 253

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

Shades of Melrose #B9ADFD

Tints of Melrose #B9ADFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.41%

R = 30.28%
G = 28.31%
B = 41.41%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B9ADFD (or 0xB9ADFD) is known color: Melrose. HEX triplet: B9, AD and FD. RGB value is (185,173,253). Sum of RGB (Red+Green+Blue) = 185+173+253=611 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.28% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9ADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ADFD is #465202. Grayscale: #B9B9B9. Windows color (decimal): -4608515 or 16625081. OLE color: 16625081.

HSL color Cylindrical-coordinate representation of color #B9ADFD: hue angle of 249º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B9ADFD is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 173 253 -
CMYK 0.27 0.32 0 0.01
HSL 249º 0.95% 0.84% -
HSV(B) 249º 0.32% 0.99% -
XYZ 52.68 47.29 99.28 -
YUV 185.71 165.98 127.5 -
System Red Green Blue C M Y K H S L
Decimal 185 173 253 0.27 0.32 0 0.01 249 0.95 0.84
Hex B9 AD FD 1B 20 0 1 F9 5F 54
Octal 271 255 375 33 40 0 1 371 137 124
Binary 10111001 10101101 11111101 11011 100000 0 1 11111001 1011111 1010100

Color Harmonies of #B9ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ADFD

Black with #B9ADFD

Text Example


Text Example

White with #B9ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ADFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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