Html Css Color HEX #B9ACFE Melrose

📋 copy color: '#B9ACFE'

red 185 ◦ green 172 ◦ blue 254

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

Shades of Melrose #B9ACFE

Tints of Melrose #B9ACFE

RGB

 RED value IS 185 (72.66% from 255) = 30.28%

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

 BLUE value IS 254 (99.61% from 255) = 41.57%

R = 30.28%
G = 28.15%
B = 41.57%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B9ACFE (or 0xB9ACFE) is known color: Melrose. HEX triplet: B9, AC and FE. RGB value is (185,172,254). Sum of RGB (Red+Green+Blue) = 185+172+254=611 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.28% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9ACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ACFE is #465301. Grayscale: #B8B8B8. Windows color (decimal): -4608770 or 16690361. OLE color: 16690361.

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

Color convert

RGB 185 172 254 -
CMYK 0.27 0.32 0 0.00
HSL 249.51º 0.98% 0.84% -
HSV(B) 249.51º 0.32% 1% -
XYZ 52.65 46.98 100.06 -
YUV 185.24 166.81 127.83 -
System Red Green Blue C M Y K H S L
Decimal 185 172 254 0.27 0.32 0 0.00 249.51 0.98 0.84
Hex B9 AC FE 1B 20 0 0 FA 62 54
Octal 271 254 376 33 40 0 0 372 142 124
Binary 10111001 10101100 11111110 11011 100000 0 0 11111010 1100010 1010100

Color Harmonies of #B9ACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ACFE

Black with #B9ACFE

Text Example


Text Example

White with #B9ACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ACFE; }

 p { color: rgb(185,172,254); }

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

background-color css

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

 a { background-color: rgb(185,172,254); }

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

border-color css

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

 span { border-color: rgb(185,172,254); }

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