Html Css Color HEX #B2A6F9 Melrose

📋 copy color: '#B2A6F9'

red 178 ◦ green 166 ◦ blue 249

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

Shades of Melrose #B2A6F9

Tints of Melrose #B2A6F9

RGB

 RED value IS 178 (69.92% from 255) = 30.02%

 GREEN value IS 166 (65.23% from 255) = 27.99%

 BLUE value IS 249 (97.66% from 255) = 41.99%

R = 30.02%
G = 27.99%
B = 41.99%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2A6F9 (or 0xB2A6F9) is known color: Melrose. HEX triplet: B2, A6 and F9. RGB value is (178,166,249). Sum of RGB (Red+Green+Blue) = 178+166+249=593 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.02% from 593); Green value is 166 (65.23% from 255 or 27.99% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 249 - color contains mainly: blue. Hex color #B2A6F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A6F9 is #4D5906. Grayscale: #B2B2B2. Windows color (decimal): -5069063 or 16361138. OLE color: 16361138.

HSL color Cylindrical-coordinate representation of color #B2A6F9: hue angle of 248.67º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2A6F9 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 166 249 -
CMYK 0.29 0.33 0 0.02
HSL 248.67º 0.87% 0.81% -
HSV(B) 248.67º 0.33% 0.98% -
XYZ 49.1 43.58 95.45 -
YUV 179.05 167.48 127.25 -
System Red Green Blue C M Y K H S L
Decimal 178 166 249 0.29 0.33 0 0.02 248.67 0.87 0.81
Hex B2 A6 F9 1D 21 0 2 F9 57 51
Octal 262 246 371 35 41 0 2 371 127 121
Binary 10110010 10100110 11111001 11101 100001 0 10 11111001 1010111 1010001

Color Harmonies of #B2A6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A6F9

Black with #B2A6F9

Text Example


Text Example

White with #B2A6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A6F9; }

 p { color: rgb(178,166,249); }

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

background-color css

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

 a { background-color: rgb(178,166,249); }

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

border-color css

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

 span { border-color: rgb(178,166,249); }

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