Html Css Color HEX #B7ACF1 Melrose

📋 copy color: '#B7ACF1'

red 183 ◦ green 172 ◦ blue 241

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

Shades of Melrose #B7ACF1

Tints of Melrose #B7ACF1

RGB

 RED value IS 183 (71.88% from 255) = 30.7%

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

 BLUE value IS 241 (94.53% from 255) = 40.44%

R = 30.7%
G = 28.86%
B = 40.44%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B7ACF1 (or 0xB7ACF1) is known color: Melrose. HEX triplet: B7, AC and F1. RGB value is (183,172,241). Sum of RGB (Red+Green+Blue) = 183+172+241=596 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.70% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #B7ACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7ACF1 is #48530E. Grayscale: #B6B6B6. Windows color (decimal): -4739855 or 15838391. OLE color: 15838391.

HSL color Cylindrical-coordinate representation of color #B7ACF1: hue angle of 249.57º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B7ACF1 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 172 241 -
CMYK 0.24 0.29 0 0.05
HSL 249.57º 0.71% 0.81% -
HSV(B) 249.57º 0.29% 0.95% -
XYZ 50.16 45.92 89.44 -
YUV 183.16 160.64 127.89 -
System Red Green Blue C M Y K H S L
Decimal 183 172 241 0.24 0.29 0 0.05 249.57 0.71 0.81
Hex B7 AC F1 18 1D 0 5 FA 47 51
Octal 267 254 361 30 35 0 5 372 107 121
Binary 10110111 10101100 11110001 11000 11101 0 101 11111010 1000111 1010001

Color Harmonies of #B7ACF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7ACF1

Black with #B7ACF1

Text Example


Text Example

White with #B7ACF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7ACF1; }

 p { color: rgb(183,172,241); }

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

background-color css

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

 a { background-color: rgb(183,172,241); }

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

border-color css

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

 span { border-color: rgb(183,172,241); }

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