Html Css Color HEX #B5ADF0 Melrose

📋 copy color: '#B5ADF0'

red 181 ◦ green 173 ◦ blue 240

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

Shades of Melrose #B5ADF0

Tints of Melrose #B5ADF0

RGB

 RED value IS 181 (71.09% from 255) = 30.47%

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

 BLUE value IS 240 (94.14% from 255) = 40.4%

R = 30.47%
G = 29.12%
B = 40.4%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B5ADF0 (or 0xB5ADF0) is known color: Melrose. HEX triplet: B5, AD and F0. RGB value is (181,173,240). Sum of RGB (Red+Green+Blue) = 181+173+240=594 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.47% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 240 - color contains mainly: blue. Hex color #B5ADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ADF0 is #4A520F. Grayscale: #B6B6B6. Windows color (decimal): -4870672 or 15773109. OLE color: 15773109.

HSL color Cylindrical-coordinate representation of color #B5ADF0: hue angle of 247.16º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5ADF0 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 173 240 -
CMYK 0.25 0.28 0 0.06
HSL 247.16º 0.69% 0.81% -
HSV(B) 247.16º 0.28% 0.94% -
XYZ 49.73 46 88.7 -
YUV 183.03 160.15 126.55 -
System Red Green Blue C M Y K H S L
Decimal 181 173 240 0.25 0.28 0 0.06 247.16 0.69 0.81
Hex B5 AD F0 19 1C 0 6 F7 45 51
Octal 265 255 360 31 34 0 6 367 105 121
Binary 10110101 10101101 11110000 11001 11100 0 110 11110111 1000101 1010001

Color Harmonies of #B5ADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ADF0

Black with #B5ADF0

Text Example


Text Example

White with #B5ADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ADF0; }

 p { color: rgb(181,173,240); }

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

background-color css

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

 a { background-color: rgb(181,173,240); }

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

border-color css

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

 span { border-color: rgb(181,173,240); }

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