Html Css Color HEX #B6ADF3 Melrose

📋 copy color: '#B6ADF3'

red 182 ◦ green 173 ◦ blue 243

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

Shades of Melrose #B6ADF3

Tints of Melrose #B6ADF3

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.93%

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

R = 30.43%
G = 28.93%
B = 40.64%

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

#B6ADF3 (or 0xB6ADF3) is known color: Melrose. HEX triplet: B6, AD and F3. RGB value is (182,173,243). Sum of RGB (Red+Green+Blue) = 182+173+243=598 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.43% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 243 (95.31% from 255 or 40.64% from 598); Max value from RGB is 243 - color contains mainly: blue. Hex color #B6ADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6ADF3 is #49520C. Grayscale: #B7B7B7. Windows color (decimal): -4805133 or 15969718. OLE color: 15969718.

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

Color convert

RGB 182 173 243 -
CMYK 0.25 0.29 0 0.05
HSL 247.71º 0.74% 0.82% -
HSV(B) 247.71º 0.29% 0.95% -
XYZ 50.41 46.3 91.07 -
YUV 183.67 161.48 126.81 -
System Red Green Blue C M Y K H S L
Decimal 182 173 243 0.25 0.29 0 0.05 247.71 0.74 0.82
Hex B6 AD F3 19 1D 0 5 F8 4A 52
Octal 266 255 363 31 35 0 5 370 112 122
Binary 10110110 10101101 11110011 11001 11101 0 101 11111000 1001010 1010010

Color Harmonies of #B6ADF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6ADF3

Black with #B6ADF3

Text Example


Text Example

White with #B6ADF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6ADF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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