Html Css Color HEX #B5A8F5 Melrose

📋 copy color: '#B5A8F5'

red 181 ◦ green 168 ◦ blue 245

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

Shades of Melrose #B5A8F5

Tints of Melrose #B5A8F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 41.25%

R = 30.47%
G = 28.28%
B = 41.25%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B5A8F5 (or 0xB5A8F5) is known color: Melrose. HEX triplet: B5, A8 and F5. RGB value is (181,168,245). Sum of RGB (Red+Green+Blue) = 181+168+245=594 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.47% from 594); Green value is 168 (66.02% from 255 or 28.28% from 594); Blue value is 245 (96.09% from 255 or 41.25% from 594); Max value from RGB is 245 - color contains mainly: blue. Hex color #B5A8F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A8F5 is #4A570A. Grayscale: #B4B4B4. Windows color (decimal): -4871947 or 16099509. OLE color: 16099509.

HSL color Cylindrical-coordinate representation of color #B5A8F5: hue angle of 250.13º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B5A8F5 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 181 168 245 -
CMYK 0.26 0.31 0 0.04
HSL 250.13º 0.79% 0.81% -
HSV(B) 250.13º 0.31% 0.96% -
XYZ 49.54 44.42 92.35 -
YUV 180.67 164.31 128.24 -
System Red Green Blue C M Y K H S L
Decimal 181 168 245 0.26 0.31 0 0.04 250.13 0.79 0.81
Hex B5 A8 F5 1A 1F 0 4 FA 4F 51
Octal 265 250 365 32 37 0 4 372 117 121
Binary 10110101 10101000 11110101 11010 11111 0 100 11111010 1001111 1010001

Color Harmonies of #B5A8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A8F5

Black with #B5A8F5

Text Example


Text Example

White with #B5A8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A8F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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