Html Css Color HEX #B8ACFF Melrose

📋 copy color: '#B8ACFF'

red 184 ◦ green 172 ◦ blue 255

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

Shades of Melrose #B8ACFF

Tints of Melrose #B8ACFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.73%

R = 30.11%
G = 28.15%
B = 41.73%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B8ACFF (or 0xB8ACFF) is known color: Melrose. HEX triplet: B8, AC and FF. RGB value is (184,172,255). Sum of RGB (Red+Green+Blue) = 184+172+255=611 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.11% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8ACFF is #475300. Grayscale: #B8B8B8. Windows color (decimal): -4674305 or 16755896. OLE color: 16755896.

HSL color Cylindrical-coordinate representation of color #B8ACFF: hue angle of 248.67º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8ACFF is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 184 172 255 -
CMYK 0.28 0.33 0 0
HSL 248.67º 1% 0.84% -
HSV(B) 248.67º 0.33% 1% -
XYZ 52.57 46.92 100.89 -
YUV 185.05 167.48 127.25 -
System Red Green Blue C M Y K H S L
Decimal 184 172 255 0.28 0.33 0 0 248.67 1 0.84
Hex B8 AC FF 1C 21 0 0 F9 64 54
Octal 270 254 377 34 41 0 0 371 144 124
Binary 10111000 10101100 11111111 11100 100001 0 0 11111001 1100100 1010100

Color Harmonies of #B8ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ACFF

Black with #B8ACFF

Text Example


Text Example

White with #B8ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ACFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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