Html Css Color HEX #B8ACF9 Melrose

📋 copy color: '#B8ACF9'

red 184 ◦ green 172 ◦ blue 249

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

Shades of Melrose #B8ACF9

Tints of Melrose #B8ACF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.16%

R = 30.41%
G = 28.43%
B = 41.16%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B8ACF9 (or 0xB8ACF9) is known color: Melrose. HEX triplet: B8, AC and F9. RGB value is (184,172,249). Sum of RGB (Red+Green+Blue) = 184+172+249=605 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.41% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 249 (97.66% from 255 or 41.16% from 605); Max value from RGB is 249 - color contains mainly: blue. Hex color #B8ACF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8ACF9 is #475306. Grayscale: #B8B8B8. Windows color (decimal): -4674311 or 16362680. OLE color: 16362680.

HSL color Cylindrical-coordinate representation of color #B8ACF9: hue angle of 249.35º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B8ACF9 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 172 249 -
CMYK 0.26 0.31 0 0.02
HSL 249.35º 0.87% 0.83% -
HSV(B) 249.35º 0.31% 0.98% -
XYZ 51.62 46.53 95.88 -
YUV 184.37 164.48 127.74 -
System Red Green Blue C M Y K H S L
Decimal 184 172 249 0.26 0.31 0 0.02 249.35 0.87 0.83
Hex B8 AC F9 1A 1F 0 2 F9 57 53
Octal 270 254 371 32 37 0 2 371 127 123
Binary 10111000 10101100 11111001 11010 11111 0 10 11111001 1010111 1010011

Color Harmonies of #B8ACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ACF9

Black with #B8ACF9

Text Example


Text Example

White with #B8ACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ACF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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