Html Css Color HEX #B2A4F9 Melrose

📋 copy color: '#B2A4F9'

red 178 ◦ green 164 ◦ blue 249

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

Shades of Melrose #B2A4F9

Tints of Melrose #B2A4F9

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.75%

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

R = 30.12%
G = 27.75%
B = 42.13%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2A4F9 (or 0xB2A4F9) is known color: Melrose. HEX triplet: B2, A4 and F9. RGB value is (178,164,249). Sum of RGB (Red+Green+Blue) = 178+164+249=591 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.12% from 591); Green value is 164 (64.45% from 255 or 27.75% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 249 - color contains mainly: blue. Hex color #B2A4F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A4F9 is #4D5B06. Grayscale: #B1B1B1. Windows color (decimal): -5069575 or 16360626. OLE color: 16360626.

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

Color convert

RGB 178 164 249 -
CMYK 0.29 0.34 0 0.02
HSL 249.88º 0.88% 0.81% -
HSV(B) 249.88º 0.34% 0.98% -
XYZ 48.73 42.86 95.33 -
YUV 177.88 168.14 128.09 -
System Red Green Blue C M Y K H S L
Decimal 178 164 249 0.29 0.34 0 0.02 249.88 0.88 0.81
Hex B2 A4 F9 1D 22 0 2 FA 58 51
Octal 262 244 371 35 42 0 2 372 130 121
Binary 10110010 10100100 11111001 11101 100010 0 10 11111010 1011000 1010001

Color Harmonies of #B2A4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A4F9

Black with #B2A4F9

Text Example


Text Example

White with #B2A4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A4F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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