Html Css Color HEX #B6A8F7 Melrose

📋 copy color: '#B6A8F7'

red 182 ◦ green 168 ◦ blue 247

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

Shades of Melrose #B6A8F7

Tints of Melrose #B6A8F7

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.14%

 BLUE value IS 247 (96.88% from 255) = 41.37%

R = 30.49%
G = 28.14%
B = 41.37%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B6A8F7 (or 0xB6A8F7) is known color: Melrose. HEX triplet: B6, A8 and F7. RGB value is (182,168,247). Sum of RGB (Red+Green+Blue) = 182+168+247=597 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.49% from 597); Green value is 168 (66.02% from 255 or 28.14% from 597); Blue value is 247 (96.88% from 255 or 41.37% from 597); Max value from RGB is 247 - color contains mainly: blue. Hex color #B6A8F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A8F7 is #495708. Grayscale: #B4B4B4. Windows color (decimal): -4806409 or 16230582. OLE color: 16230582.

HSL color Cylindrical-coordinate representation of color #B6A8F7: hue angle of 250.63º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B6A8F7 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 182 168 247 -
CMYK 0.26 0.32 0 0.03
HSL 250.63º 0.83% 0.81% -
HSV(B) 250.63º 0.32% 0.97% -
XYZ 50.08 44.67 93.98 -
YUV 181.19 165.14 128.58 -
System Red Green Blue C M Y K H S L
Decimal 182 168 247 0.26 0.32 0 0.03 250.63 0.83 0.81
Hex B6 A8 F7 1A 20 0 3 FB 53 51
Octal 266 250 367 32 40 0 3 373 123 121
Binary 10110110 10101000 11110111 11010 100000 0 11 11111011 1010011 1010001

Color Harmonies of #B6A8F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A8F7

Black with #B6A8F7

Text Example


Text Example

White with #B6A8F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A8F7; }

 p { color: rgb(182,168,247); }

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

background-color css

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

 a { background-color: rgb(182,168,247); }

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

border-color css

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

 span { border-color: rgb(182,168,247); }

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