Html Css Color HEX #B2A5FA Melrose

📋 copy color: '#B2A5FA'

red 178 ◦ green 165 ◦ blue 250

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

Shades of Melrose #B2A5FA

Tints of Melrose #B2A5FA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.82%

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

R = 30.02%
G = 27.82%
B = 42.16%

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

#B2A5FA (or 0xB2A5FA) is known color: Melrose. HEX triplet: B2, A5 and FA. RGB value is (178,165,250). Sum of RGB (Red+Green+Blue) = 178+165+250=593 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.02% from 593); Green value is 165 (64.84% from 255 or 27.82% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2A5FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A5FA is #4D5A05. Grayscale: #B2B2B2. Windows color (decimal): -5069318 or 16426418. OLE color: 16426418.

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

Color convert

RGB 178 165 250 -
CMYK 0.29 0.34 0 0.02
HSL 249.18º 0.89% 0.81% -
HSV(B) 249.18º 0.34% 0.98% -
XYZ 49.07 43.28 96.21 -
YUV 178.58 168.31 127.59 -
System Red Green Blue C M Y K H S L
Decimal 178 165 250 0.29 0.34 0 0.02 249.18 0.89 0.81
Hex B2 A5 FA 1D 22 0 2 F9 59 51
Octal 262 245 372 35 42 0 2 371 131 121
Binary 10110010 10100101 11111010 11101 100010 0 10 11111001 1011001 1010001

Color Harmonies of #B2A5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A5FA

Black with #B2A5FA

Text Example


Text Example

White with #B2A5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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