Html Css Color HEX #B2A5EA Melrose

📋 copy color: '#B2A5EA'

red 178 ◦ green 165 ◦ blue 234

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

Shades of Melrose #B2A5EA

Tints of Melrose #B2A5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.55%

R = 30.85%
G = 28.6%
B = 40.55%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B2A5EA (or 0xB2A5EA) is known color: Melrose. HEX triplet: B2, A5 and EA. RGB value is (178,165,234). Sum of RGB (Red+Green+Blue) = 178+165+234=577 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.85% from 577); Green value is 165 (64.84% from 255 or 28.60% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #B2A5EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A5EA is #4D5A15. Grayscale: #B0B0B0. Windows color (decimal): -5069334 or 15377842. OLE color: 15377842.

HSL color Cylindrical-coordinate representation of color #B2A5EA: hue angle of 251.3º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2A5EA is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 165 234 -
CMYK 0.24 0.29 0 0.08
HSL 251.3º 0.62% 0.78% -
HSV(B) 251.3º 0.29% 0.92% -
XYZ 46.67 42.32 83.55 -
YUV 176.75 160.31 128.89 -
System Red Green Blue C M Y K H S L
Decimal 178 165 234 0.24 0.29 0 0.08 251.3 0.62 0.78
Hex B2 A5 EA 18 1D 0 8 FB 3E 4E
Octal 262 245 352 30 35 0 10 373 76 116
Binary 10110010 10100101 11101010 11000 11101 0 1000 11111011 111110 1001110

Color Harmonies of #B2A5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A5EA

Black with #B2A5EA

Text Example


Text Example

White with #B2A5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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