Html Css Color HEX #B4ACF1 Melrose

📋 copy color: '#B4ACF1'

red 180 ◦ green 172 ◦ blue 241

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

Shades of Melrose #B4ACF1

Tints of Melrose #B4ACF1

RGB

 RED value IS 180 (70.7% from 255) = 30.35%

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

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

R = 30.35%
G = 29.01%
B = 40.64%

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

#B4ACF1 (or 0xB4ACF1) is known color: Melrose. HEX triplet: B4, AC and F1. RGB value is (180,172,241). Sum of RGB (Red+Green+Blue) = 180+172+241=593 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.35% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #B4ACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4ACF1 is #4B530E. Grayscale: #B5B5B5. Windows color (decimal): -4936463 or 15838388. OLE color: 15838388.

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

Color convert

RGB 180 172 241 -
CMYK 0.25 0.29 0 0.05
HSL 246.96º 0.71% 0.81% -
HSV(B) 246.96º 0.29% 0.95% -
XYZ 49.45 45.56 89.41 -
YUV 182.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 180 172 241 0.25 0.29 0 0.05 246.96 0.71 0.81
Hex B4 AC F1 19 1D 0 5 F7 47 51
Octal 264 254 361 31 35 0 5 367 107 121
Binary 10110100 10101100 11110001 11001 11101 0 101 11110111 1000111 1010001

Color Harmonies of #B4ACF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ACF1

Black with #B4ACF1

Text Example


Text Example

White with #B4ACF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ACF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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