Html Css Color HEX #B7ACFC Melrose

📋 copy color: '#B7ACFC'

red 183 ◦ green 172 ◦ blue 252

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

Shades of Melrose #B7ACFC

Tints of Melrose #B7ACFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.52%

R = 30.15%
G = 28.34%
B = 41.52%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B7ACFC (or 0xB7ACFC) is known color: Melrose. HEX triplet: B7, AC and FC. RGB value is (183,172,252). Sum of RGB (Red+Green+Blue) = 183+172+252=607 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.15% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #B7ACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7ACFC is #485303. Grayscale: #B8B8B8. Windows color (decimal): -4739844 or 16559287. OLE color: 16559287.

HSL color Cylindrical-coordinate representation of color #B7ACFC: hue angle of 248.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B7ACFC is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 183 172 252 -
CMYK 0.27 0.32 0 0.01
HSL 248.25º 0.93% 0.83% -
HSV(B) 248.25º 0.32% 0.99% -
XYZ 51.85 46.6 98.36 -
YUV 184.41 166.14 127 -
System Red Green Blue C M Y K H S L
Decimal 183 172 252 0.27 0.32 0 0.01 248.25 0.93 0.83
Hex B7 AC FC 1B 20 0 1 F8 5D 53
Octal 267 254 374 33 40 0 1 370 135 123
Binary 10110111 10101100 11111100 11011 100000 0 1 11111000 1011101 1010011

Color Harmonies of #B7ACFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7ACFC

Black with #B7ACFC

Text Example


Text Example

White with #B7ACFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7ACFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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