Html Css Color HEX #B2A8EC Melrose

📋 copy color: '#B2A8EC'

red 178 ◦ green 168 ◦ blue 236

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

Shades of Melrose #B2A8EC

Tints of Melrose #B2A8EC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.87%

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

R = 30.58%
G = 28.87%
B = 40.55%

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

#B2A8EC (or 0xB2A8EC) is known color: Melrose. HEX triplet: B2, A8 and EC. RGB value is (178,168,236). Sum of RGB (Red+Green+Blue) = 178+168+236=582 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.58% from 582); Green value is 168 (66.02% from 255 or 28.87% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2A8EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A8EC is #4D5713. Grayscale: #B2B2B2. Windows color (decimal): -5068564 or 15509682. OLE color: 15509682.

HSL color Cylindrical-coordinate representation of color #B2A8EC: hue angle of 248.82º 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 #B2A8EC is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 168 236 -
CMYK 0.25 0.29 0 0.07
HSL 248.82º 0.64% 0.79% -
HSV(B) 248.82º 0.29% 0.93% -
XYZ 47.5 43.53 85.25 -
YUV 178.74 160.31 127.47 -
System Red Green Blue C M Y K H S L
Decimal 178 168 236 0.25 0.29 0 0.07 248.82 0.64 0.79
Hex B2 A8 EC 19 1D 0 7 F9 40 4F
Octal 262 250 354 31 35 0 7 371 100 117
Binary 10110010 10101000 11101100 11001 11101 0 111 11111001 1000000 1001111

Color Harmonies of #B2A8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A8EC

Black with #B2A8EC

Text Example


Text Example

White with #B2A8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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