Html Css Color HEX #B6ACF3 Melrose

📋 copy color: '#B6ACF3'

red 182 ◦ green 172 ◦ blue 243

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

Shades of Melrose #B6ACF3

Tints of Melrose #B6ACF3

RGB

 RED value IS 182 (71.48% from 255) = 30.49%

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

 BLUE value IS 243 (95.31% from 255) = 40.7%

R = 30.49%
G = 28.81%
B = 40.7%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B6ACF3 (or 0xB6ACF3) is known color: Melrose. HEX triplet: B6, AC and F3. RGB value is (182,172,243). Sum of RGB (Red+Green+Blue) = 182+172+243=597 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.49% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 243 (95.31% from 255 or 40.70% from 597); Max value from RGB is 243 - color contains mainly: blue. Hex color #B6ACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6ACF3 is #49530C. Grayscale: #B6B6B6. Windows color (decimal): -4805389 or 15969462. OLE color: 15969462.

HSL color Cylindrical-coordinate representation of color #B6ACF3: hue angle of 248.45º degrees, saturation: 0.75, 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 #B6ACF3 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 172 243 -
CMYK 0.25 0.29 0 0.05
HSL 248.45º 0.75% 0.81% -
HSV(B) 248.45º 0.29% 0.95% -
XYZ 50.22 45.92 91.01 -
YUV 183.08 161.81 127.23 -
System Red Green Blue C M Y K H S L
Decimal 182 172 243 0.25 0.29 0 0.05 248.45 0.75 0.81
Hex B6 AC F3 19 1D 0 5 F8 4B 51
Octal 266 254 363 31 35 0 5 370 113 121
Binary 10110110 10101100 11110011 11001 11101 0 101 11111000 1001011 1010001

Color Harmonies of #B6ACF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6ACF3

Black with #B6ACF3

Text Example


Text Example

White with #B6ACF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6ACF3; }

 p { color: rgb(182,172,243); }

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

background-color css

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

 a { background-color: rgb(182,172,243); }

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

border-color css

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

 span { border-color: rgb(182,172,243); }

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