Html Css Color HEX #B9ACFF Melrose

📋 copy color: '#B9ACFF'

red 185 ◦ green 172 ◦ blue 255

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

Shades of Melrose #B9ACFF

Tints of Melrose #B9ACFF

RGB

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

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

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

R = 30.23%
G = 28.1%
B = 41.67%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B9ACFF (or 0xB9ACFF) is known color: Melrose. HEX triplet: B9, AC and FF. RGB value is (185,172,255). Sum of RGB (Red+Green+Blue) = 185+172+255=612 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.23% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ACFF is #465300. Grayscale: #B9B9B9. Windows color (decimal): -4608769 or 16755897. OLE color: 16755897.

HSL color Cylindrical-coordinate representation of color #B9ACFF: hue angle of 249.4º 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 #B9ACFF is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 185 172 255 -
CMYK 0.27 0.33 0 0
HSL 249.4º 1% 0.84% -
HSV(B) 249.4º 0.33% 1% -
XYZ 52.81 47.04 100.9 -
YUV 185.35 167.31 127.75 -
System Red Green Blue C M Y K H S L
Decimal 185 172 255 0.27 0.33 0 0 249.4 1 0.84
Hex B9 AC FF 1B 21 0 0 F9 64 54
Octal 271 254 377 33 41 0 0 371 144 124
Binary 10111001 10101100 11111111 11011 100001 0 0 11111001 1100100 1010100

Color Harmonies of #B9ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ACFF

Black with #B9ACFF

Text Example


Text Example

White with #B9ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ACFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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