Html Css Color HEX #B0A2FA Melrose

📋 copy color: '#B0A2FA'

red 176 ◦ green 162 ◦ blue 250

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

Shades of Melrose #B0A2FA

Tints of Melrose #B0A2FA

RGB

 RED value IS 176 (69.14% from 255) = 29.93%

 GREEN value IS 162 (63.67% from 255) = 27.55%

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

R = 29.93%
G = 27.55%
B = 42.52%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B0A2FA (or 0xB0A2FA) is known color: Melrose. HEX triplet: B0, A2 and FA. RGB value is (176,162,250). Sum of RGB (Red+Green+Blue) = 176+162+250=588 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.93% from 588); Green value is 162 (63.67% from 255 or 27.55% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0A2FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A2FA is #4F5D05. Grayscale: #AFAFAF. Windows color (decimal): -5201158 or 16425648. OLE color: 16425648.

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

Color convert

RGB 176 162 250 -
CMYK 0.30 0.35 0 0.02
HSL 249.55º 0.9% 0.81% -
HSV(B) 249.55º 0.35% 0.98% -
XYZ 48.08 41.97 96.01 -
YUV 176.22 169.64 127.84 -
System Red Green Blue C M Y K H S L
Decimal 176 162 250 0.30 0.35 0 0.02 249.55 0.9 0.81
Hex B0 A2 FA 1E 23 0 2 FA 5A 51
Octal 260 242 372 36 43 0 2 372 132 121
Binary 10110000 10100010 11111010 11110 100011 0 10 11111010 1011010 1010001

Color Harmonies of #B0A2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A2FA

Black with #B0A2FA

Text Example


Text Example

White with #B0A2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A2FA; }

 p { color: rgb(176,162,250); }

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

background-color css

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

 a { background-color: rgb(176,162,250); }

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

border-color css

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

 span { border-color: rgb(176,162,250); }

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