Html Css Color HEX #B8ACF1 Melrose

📋 copy color: '#B8ACF1'

red 184 ◦ green 172 ◦ blue 241

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

Shades of Melrose #B8ACF1

Tints of Melrose #B8ACF1

RGB

 RED value IS 184 (72.27% from 255) = 30.82%

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

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

R = 30.82%
G = 28.81%
B = 40.37%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B8ACF1 (or 0xB8ACF1) is known color: Melrose. HEX triplet: B8, AC and F1. RGB value is (184,172,241). Sum of RGB (Red+Green+Blue) = 184+172+241=597 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.82% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 241 (94.53% from 255 or 40.37% from 597); Max value from RGB is 241 - color contains mainly: blue. Hex color #B8ACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8ACF1 is #47530E. Grayscale: #B7B7B7. Windows color (decimal): -4674319 or 15838392. OLE color: 15838392.

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

Color convert

RGB 184 172 241 -
CMYK 0.24 0.29 0 0.05
HSL 250.43º 0.71% 0.81% -
HSV(B) 250.43º 0.29% 0.95% -
XYZ 50.4 46.05 89.45 -
YUV 183.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 184 172 241 0.24 0.29 0 0.05 250.43 0.71 0.81
Hex B8 AC F1 18 1D 0 5 FA 47 51
Octal 270 254 361 30 35 0 5 372 107 121
Binary 10111000 10101100 11110001 11000 11101 0 101 11111010 1000111 1010001

Color Harmonies of #B8ACF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ACF1

Black with #B8ACF1

Text Example


Text Example

White with #B8ACF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ACF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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