Html Css Color HEX #B2A7EC Melrose

📋 copy color: '#B2A7EC'

red 178 ◦ green 167 ◦ blue 236

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

Shades of Melrose #B2A7EC

Tints of Melrose #B2A7EC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.74%

 BLUE value IS 236 (92.58% from 255) = 40.62%

R = 30.64%
G = 28.74%
B = 40.62%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B2A7EC (or 0xB2A7EC) is known color: Melrose. HEX triplet: B2, A7 and EC. RGB value is (178,167,236). Sum of RGB (Red+Green+Blue) = 178+167+236=581 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.64% from 581); Green value is 167 (65.62% from 255 or 28.74% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2A7EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A7EC is #4D5813. Grayscale: #B1B1B1. Windows color (decimal): -5068820 or 15509426. OLE color: 15509426.

HSL color Cylindrical-coordinate representation of color #B2A7EC: hue angle of 249.57º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2A7EC is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 167 236 -
CMYK 0.25 0.29 0 0.07
HSL 249.57º 0.64% 0.79% -
HSV(B) 249.57º 0.29% 0.93% -
XYZ 47.32 43.16 85.19 -
YUV 178.16 160.64 127.89 -
System Red Green Blue C M Y K H S L
Decimal 178 167 236 0.25 0.29 0 0.07 249.57 0.64 0.79
Hex B2 A7 EC 19 1D 0 7 FA 40 4F
Octal 262 247 354 31 35 0 7 372 100 117
Binary 10110010 10100111 11101100 11001 11101 0 111 11111010 1000000 1001111

Color Harmonies of #B2A7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A7EC

Black with #B2A7EC

Text Example


Text Example

White with #B2A7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A7EC; }

 p { color: rgb(178,167,236); }

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

background-color css

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

 a { background-color: rgb(178,167,236); }

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

border-color css

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

 span { border-color: rgb(178,167,236); }

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