Html Css Color HEX #B2A5FC Melrose

📋 copy color: '#B2A5FC'

red 178 ◦ green 165 ◦ blue 252

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

Shades of Melrose #B2A5FC

Tints of Melrose #B2A5FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.35%

R = 29.92%
G = 27.73%
B = 42.35%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B2A5FC (or 0xB2A5FC) is known color: Melrose. HEX triplet: B2, A5 and FC. RGB value is (178,165,252). Sum of RGB (Red+Green+Blue) = 178+165+252=595 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.92% from 595); Green value is 165 (64.84% from 255 or 27.73% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #B2A5FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A5FC is #4D5A03. Grayscale: #B2B2B2. Windows color (decimal): -5069316 or 16557490. OLE color: 16557490.

HSL color Cylindrical-coordinate representation of color #B2A5FC: hue angle of 248.97º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2A5FC is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 165 252 -
CMYK 0.29 0.35 0 0.01
HSL 248.97º 0.94% 0.82% -
HSV(B) 248.97º 0.35% 0.99% -
XYZ 49.39 43.4 97.87 -
YUV 178.81 169.31 127.43 -
System Red Green Blue C M Y K H S L
Decimal 178 165 252 0.29 0.35 0 0.01 248.97 0.94 0.82
Hex B2 A5 FC 1D 23 0 1 F9 5E 52
Octal 262 245 374 35 43 0 1 371 136 122
Binary 10110010 10100101 11111100 11101 100011 0 1 11111001 1011110 1010010

Color Harmonies of #B2A5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A5FC

Black with #B2A5FC

Text Example


Text Example

White with #B2A5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A5FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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