Html Css Color HEX #B3A8EB Melrose

📋 copy color: '#B3A8EB'

red 179 ◦ green 168 ◦ blue 235

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

Shades of Melrose #B3A8EB

Tints of Melrose #B3A8EB

RGB

 RED value IS 179 (70.31% from 255) = 30.76%

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

 BLUE value IS 235 (92.19% from 255) = 40.38%

R = 30.76%
G = 28.87%
B = 40.38%

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

#B3A8EB (or 0xB3A8EB) is known color: Melrose. HEX triplet: B3, A8 and EB. RGB value is (179,168,235). Sum of RGB (Red+Green+Blue) = 179+168+235=582 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.76% from 582); Green value is 168 (66.02% from 255 or 28.87% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #B3A8EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A8EB is #4C5714. Grayscale: #B2B2B2. Windows color (decimal): -5003029 or 15444147. OLE color: 15444147.

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

Color convert

RGB 179 168 235 -
CMYK 0.24 0.29 0 0.08
HSL 249.85º 0.63% 0.79% -
HSV(B) 249.85º 0.29% 0.92% -
XYZ 47.59 43.59 84.5 -
YUV 178.93 159.64 128.05 -
System Red Green Blue C M Y K H S L
Decimal 179 168 235 0.24 0.29 0 0.08 249.85 0.63 0.79
Hex B3 A8 EB 18 1D 0 8 FA 3F 4F
Octal 263 250 353 30 35 0 10 372 77 117
Binary 10110011 10101000 11101011 11000 11101 0 1000 11111010 111111 1001111

Color Harmonies of #B3A8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A8EB

Black with #B3A8EB

Text Example


Text Example

White with #B3A8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A8EB; }

 p { color: rgb(179,168,235); }

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

background-color css

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

 a { background-color: rgb(179,168,235); }

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

border-color css

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

 span { border-color: rgb(179,168,235); }

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