Html Css Color HEX #B6A8EF Melrose

📋 copy color: '#B6A8EF'

red 182 ◦ green 168 ◦ blue 239

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

Shades of Melrose #B6A8EF

Tints of Melrose #B6A8EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.58%

R = 30.9%
G = 28.52%
B = 40.58%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B6A8EF (or 0xB6A8EF) is known color: Melrose. HEX triplet: B6, A8 and EF. RGB value is (182,168,239). Sum of RGB (Red+Green+Blue) = 182+168+239=589 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.90% from 589); Green value is 168 (66.02% from 255 or 28.52% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #B6A8EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A8EF is #495710. Grayscale: #B4B4B4. Windows color (decimal): -4806417 or 15706294. OLE color: 15706294.

HSL color Cylindrical-coordinate representation of color #B6A8EF: hue angle of 251.83º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6A8EF is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 182 168 239 -
CMYK 0.24 0.30 0 0.06
HSL 251.83º 0.69% 0.8% -
HSV(B) 251.83º 0.3% 0.94% -
XYZ 48.87 44.18 87.61 -
YUV 180.28 161.14 129.23 -
System Red Green Blue C M Y K H S L
Decimal 182 168 239 0.24 0.30 0 0.06 251.83 0.69 0.8
Hex B6 A8 EF 18 1E 0 6 FC 45 50
Octal 266 250 357 30 36 0 6 374 105 120
Binary 10110110 10101000 11101111 11000 11110 0 110 11111100 1000101 1010000

Color Harmonies of #B6A8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A8EF

Black with #B6A8EF

Text Example


Text Example

White with #B6A8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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