Html Css Color HEX #B5ADF2 Melrose

📋 copy color: '#B5ADF2'

red 181 ◦ green 173 ◦ blue 242

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

Shades of Melrose #B5ADF2

Tints of Melrose #B5ADF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.6%

R = 30.37%
G = 29.03%
B = 40.6%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B5ADF2 (or 0xB5ADF2) is known color: Melrose. HEX triplet: B5, AD and F2. RGB value is (181,173,242). Sum of RGB (Red+Green+Blue) = 181+173+242=596 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.37% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #B5ADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ADF2 is #4A520D. Grayscale: #B6B6B6. Windows color (decimal): -4870670 or 15904181. OLE color: 15904181.

HSL color Cylindrical-coordinate representation of color #B5ADF2: hue angle of 246.96º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5ADF2 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 173 242 -
CMYK 0.25 0.29 0 0.05
HSL 246.96º 0.73% 0.81% -
HSV(B) 246.96º 0.29% 0.95% -
XYZ 50.03 46.12 90.27 -
YUV 183.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 181 173 242 0.25 0.29 0 0.05 246.96 0.73 0.81
Hex B5 AD F2 19 1D 0 5 F7 49 51
Octal 265 255 362 31 35 0 5 367 111 121
Binary 10110101 10101101 11110010 11001 11101 0 101 11110111 1001001 1010001

Color Harmonies of #B5ADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ADF2

Black with #B5ADF2

Text Example


Text Example

White with #B5ADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ADF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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