Html Css Color HEX #B5ACF0 Melrose

📋 copy color: '#B5ACF0'

red 181 ◦ green 172 ◦ blue 240

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

Shades of Melrose #B5ACF0

Tints of Melrose #B5ACF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.47%

R = 30.52%
G = 29.01%
B = 40.47%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B5ACF0 (or 0xB5ACF0) is known color: Melrose. HEX triplet: B5, AC and F0. RGB value is (181,172,240). Sum of RGB (Red+Green+Blue) = 181+172+240=593 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.52% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 240 - color contains mainly: blue. Hex color #B5ACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ACF0 is #4A530F. Grayscale: #B6B6B6. Windows color (decimal): -4870928 or 15772853. OLE color: 15772853.

HSL color Cylindrical-coordinate representation of color #B5ACF0: hue angle of 247.94º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5ACF0 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 172 240 -
CMYK 0.25 0.28 0 0.06
HSL 247.94º 0.69% 0.81% -
HSV(B) 247.94º 0.28% 0.94% -
XYZ 49.54 45.62 88.63 -
YUV 182.44 160.48 126.97 -
System Red Green Blue C M Y K H S L
Decimal 181 172 240 0.25 0.28 0 0.06 247.94 0.69 0.81
Hex B5 AC F0 19 1C 0 6 F8 45 51
Octal 265 254 360 31 34 0 6 370 105 121
Binary 10110101 10101100 11110000 11001 11100 0 110 11111000 1000101 1010001

Color Harmonies of #B5ACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ACF0

Black with #B5ACF0

Text Example


Text Example

White with #B5ACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ACF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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