Html Css Color HEX #B8ACDF Melrose

📋 copy color: '#B8ACDF'

red 184 ◦ green 172 ◦ blue 223

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

Shades of Melrose #B8ACDF

Tints of Melrose #B8ACDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.51%

R = 31.78%
G = 29.71%
B = 38.51%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B8ACDF (or 0xB8ACDF) is known color: Melrose. HEX triplet: B8, AC and DF. RGB value is (184,172,223). Sum of RGB (Red+Green+Blue) = 184+172+223=579 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.78% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #B8ACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ACDF is #475320. Grayscale: #B5B5B5. Windows color (decimal): -4674337 or 14658744. OLE color: 14658744.

HSL color Cylindrical-coordinate representation of color #B8ACDF: hue angle of 254.12º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8ACDF is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 172 223 -
CMYK 0.17 0.23 0 0.13
HSL 254.12º 0.44% 0.77% -
HSV(B) 254.12º 0.23% 0.87% -
XYZ 47.84 45.02 75.98 -
YUV 181.4 151.48 129.85 -
System Red Green Blue C M Y K H S L
Decimal 184 172 223 0.17 0.23 0 0.13 254.12 0.44 0.77
Hex B8 AC DF 11 17 0 D FE 2C 4D
Octal 270 254 337 21 27 0 15 376 54 115
Binary 10111000 10101100 11011111 10001 10111 0 1101 11111110 101100 1001101

Color Harmonies of #B8ACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ACDF

Black with #B8ACDF

Text Example


Text Example

White with #B8ACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ACDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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