Html Css Color HEX #B5A7EC Melrose

📋 copy color: '#B5A7EC'

red 181 ◦ green 167 ◦ blue 236

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

Shades of Melrose #B5A7EC

Tints of Melrose #B5A7EC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.6%

 BLUE value IS 236 (92.58% from 255) = 40.41%

R = 30.99%
G = 28.6%
B = 40.41%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B5A7EC (or 0xB5A7EC) is known color: Melrose. HEX triplet: B5, A7 and EC. RGB value is (181,167,236). Sum of RGB (Red+Green+Blue) = 181+167+236=584 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.99% from 584); Green value is 167 (65.62% from 255 or 28.60% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5A7EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A7EC is #4A5813. Grayscale: #B2B2B2. Windows color (decimal): -4872212 or 15509429. OLE color: 15509429.

HSL color Cylindrical-coordinate representation of color #B5A7EC: hue angle of 252.17º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5A7EC is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 167 236 -
CMYK 0.23 0.29 0 0.07
HSL 252.17º 0.64% 0.79% -
HSV(B) 252.17º 0.29% 0.93% -
XYZ 48.02 43.52 85.23 -
YUV 179.05 160.14 129.39 -
System Red Green Blue C M Y K H S L
Decimal 181 167 236 0.23 0.29 0 0.07 252.17 0.64 0.79
Hex B5 A7 EC 17 1D 0 7 FC 40 4F
Octal 265 247 354 27 35 0 7 374 100 117
Binary 10110101 10100111 11101100 10111 11101 0 111 11111100 1000000 1001111

Color Harmonies of #B5A7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A7EC

Black with #B5A7EC

Text Example


Text Example

White with #B5A7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A7EC; }

 p { color: rgb(181,167,236); }

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

background-color css

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

 a { background-color: rgb(181,167,236); }

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

border-color css

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

 span { border-color: rgb(181,167,236); }

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