Html Css Color HEX #B5ACF1 Melrose

📋 copy color: '#B5ACF1'

red 181 ◦ green 172 ◦ blue 241

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

Shades of Melrose #B5ACF1

Tints of Melrose #B5ACF1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.96%

 BLUE value IS 241 (94.53% from 255) = 40.57%

R = 30.47%
G = 28.96%
B = 40.57%

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

#B5ACF1 (or 0xB5ACF1) is known color: Melrose. HEX triplet: B5, AC and F1. RGB value is (181,172,241). Sum of RGB (Red+Green+Blue) = 181+172+241=594 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.47% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 241 - color contains mainly: blue. Hex color #B5ACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ACF1 is #4A530E. Grayscale: #B6B6B6. Windows color (decimal): -4870927 or 15838389. OLE color: 15838389.

HSL color Cylindrical-coordinate representation of color #B5ACF1: hue angle of 247.83º degrees, saturation: 0.71, 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 #B5ACF1 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 172 241 -
CMYK 0.25 0.29 0 0.05
HSL 247.83º 0.71% 0.81% -
HSV(B) 247.83º 0.29% 0.95% -
XYZ 49.69 45.68 89.42 -
YUV 182.56 160.98 126.89 -
System Red Green Blue C M Y K H S L
Decimal 181 172 241 0.25 0.29 0 0.05 247.83 0.71 0.81
Hex B5 AC F1 19 1D 0 5 F8 47 51
Octal 265 254 361 31 35 0 5 370 107 121
Binary 10110101 10101100 11110001 11001 11101 0 101 11111000 1000111 1010001

Color Harmonies of #B5ACF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ACF1

Black with #B5ACF1

Text Example


Text Example

White with #B5ACF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ACF1; }

 p { color: rgb(181,172,241); }

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

background-color css

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

 a { background-color: rgb(181,172,241); }

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

border-color css

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

 span { border-color: rgb(181,172,241); }

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