Html Css Color HEX #B5A8FD Melrose

📋 copy color: '#B5A8FD'

red 181 ◦ green 168 ◦ blue 253

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

Shades of Melrose #B5A8FD

Tints of Melrose #B5A8FD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.91%

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

R = 30.07%
G = 27.91%
B = 42.03%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B5A8FD (or 0xB5A8FD) is known color: Melrose. HEX triplet: B5, A8 and FD. RGB value is (181,168,253). Sum of RGB (Red+Green+Blue) = 181+168+253=602 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.07% from 602); Green value is 168 (66.02% from 255 or 27.91% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #B5A8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A8FD is #4A5702. Grayscale: #B5B5B5. Windows color (decimal): -4871939 or 16623797. OLE color: 16623797.

HSL color Cylindrical-coordinate representation of color #B5A8FD: hue angle of 249.18º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5A8FD is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 181 168 253 -
CMYK 0.28 0.34 0 0.01
HSL 249.18º 0.96% 0.83% -
HSV(B) 249.18º 0.34% 0.99% -
XYZ 50.79 44.92 98.92 -
YUV 181.58 168.31 127.59 -
System Red Green Blue C M Y K H S L
Decimal 181 168 253 0.28 0.34 0 0.01 249.18 0.96 0.83
Hex B5 A8 FD 1C 22 0 1 F9 60 53
Octal 265 250 375 34 42 0 1 371 140 123
Binary 10110101 10101000 11111101 11100 100010 0 1 11111001 1100000 1010011

Color Harmonies of #B5A8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A8FD

Black with #B5A8FD

Text Example


Text Example

White with #B5A8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A8FD; }

 p { color: rgb(181,168,253); }

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

background-color css

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

 a { background-color: rgb(181,168,253); }

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

border-color css

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

 span { border-color: rgb(181,168,253); }

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