Html Css Color HEX #B2A4FA Melrose

📋 copy color: '#B2A4FA'

red 178 ◦ green 164 ◦ blue 250

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

Shades of Melrose #B2A4FA

Tints of Melrose #B2A4FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.23%

R = 30.07%
G = 27.7%
B = 42.23%

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

#B2A4FA (or 0xB2A4FA) is known color: Melrose. HEX triplet: B2, A4 and FA. RGB value is (178,164,250). Sum of RGB (Red+Green+Blue) = 178+164+250=592 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.07% from 592); Green value is 164 (64.45% from 255 or 27.70% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2A4FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A4FA is #4D5B05. Grayscale: #B1B1B1. Windows color (decimal): -5069574 or 16426162. OLE color: 16426162.

HSL color Cylindrical-coordinate representation of color #B2A4FA: hue angle of 249.77º degrees, saturation: 0.9, 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 #B2A4FA is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 164 250 -
CMYK 0.29 0.34 0 0.02
HSL 249.77º 0.9% 0.81% -
HSV(B) 249.77º 0.34% 0.98% -
XYZ 48.89 42.92 96.15 -
YUV 177.99 168.64 128.01 -
System Red Green Blue C M Y K H S L
Decimal 178 164 250 0.29 0.34 0 0.02 249.77 0.9 0.81
Hex B2 A4 FA 1D 22 0 2 FA 5A 51
Octal 262 244 372 35 42 0 2 372 132 121
Binary 10110010 10100100 11111010 11101 100010 0 10 11111010 1011010 1010001

Color Harmonies of #B2A4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A4FA

Black with #B2A4FA

Text Example


Text Example

White with #B2A4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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