Html Css Color HEX #B2A5EF Melrose

📋 copy color: '#B2A5EF'

red 178 ◦ green 165 ◦ blue 239

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

Shades of Melrose #B2A5EF

Tints of Melrose #B2A5EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.07%

R = 30.58%
G = 28.35%
B = 41.07%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B2A5EF (or 0xB2A5EF) is known color: Melrose. HEX triplet: B2, A5 and EF. RGB value is (178,165,239). Sum of RGB (Red+Green+Blue) = 178+165+239=582 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.58% from 582); Green value is 165 (64.84% from 255 or 28.35% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #B2A5EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A5EF is #4D5A10. Grayscale: #B1B1B1. Windows color (decimal): -5069329 or 15705522. OLE color: 15705522.

HSL color Cylindrical-coordinate representation of color #B2A5EF: hue angle of 250.54º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2A5EF is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 165 239 -
CMYK 0.26 0.31 0 0.06
HSL 250.54º 0.7% 0.79% -
HSV(B) 250.54º 0.31% 0.94% -
XYZ 47.4 42.61 87.39 -
YUV 177.32 162.81 128.48 -
System Red Green Blue C M Y K H S L
Decimal 178 165 239 0.26 0.31 0 0.06 250.54 0.7 0.79
Hex B2 A5 EF 1A 1F 0 6 FB 46 4F
Octal 262 245 357 32 37 0 6 373 106 117
Binary 10110010 10100101 11101111 11010 11111 0 110 11111011 1000110 1001111

Color Harmonies of #B2A5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A5EF

Black with #B2A5EF

Text Example


Text Example

White with #B2A5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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