Html Css Color HEX #B7A8EA Melrose

📋 copy color: '#B7A8EA'

red 183 ◦ green 168 ◦ blue 234

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

Shades of Melrose #B7A8EA

Tints of Melrose #B7A8EA

RGB

 RED value IS 183 (71.88% from 255) = 31.28%

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

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

R = 31.28%
G = 28.72%
B = 40%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B7A8EA (or 0xB7A8EA) is known color: Melrose. HEX triplet: B7, A8 and EA. RGB value is (183,168,234). Sum of RGB (Red+Green+Blue) = 183+168+234=585 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.28% from 585); Green value is 168 (66.02% from 255 or 28.72% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #B7A8EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A8EA is #485715. Grayscale: #B3B3B3. Windows color (decimal): -4740886 or 15378615. OLE color: 15378615.

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

Color convert

RGB 183 168 234 -
CMYK 0.22 0.28 0 0.08
HSL 253.64º 0.61% 0.79% -
HSV(B) 253.64º 0.28% 0.92% -
XYZ 48.38 44.01 83.79 -
YUV 180.01 158.47 130.13 -
System Red Green Blue C M Y K H S L
Decimal 183 168 234 0.22 0.28 0 0.08 253.64 0.61 0.79
Hex B7 A8 EA 16 1C 0 8 FE 3D 4F
Octal 267 250 352 26 34 0 10 376 75 117
Binary 10110111 10101000 11101010 10110 11100 0 1000 11111110 111101 1001111

Color Harmonies of #B7A8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A8EA

Black with #B7A8EA

Text Example


Text Example

White with #B7A8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A8EA; }

 p { color: rgb(183,168,234); }

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

background-color css

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

 a { background-color: rgb(183,168,234); }

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

border-color css

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

 span { border-color: rgb(183,168,234); }

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