Html Css Color HEX #B7A9EA Melrose

📋 copy color: '#B7A9EA'

red 183 ◦ green 169 ◦ blue 234

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

Shades of Melrose #B7A9EA

Tints of Melrose #B7A9EA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.84%

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

R = 31.23%
G = 28.84%
B = 39.93%

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

#B7A9EA (or 0xB7A9EA) is known color: Melrose. HEX triplet: B7, A9 and EA. RGB value is (183,169,234). Sum of RGB (Red+Green+Blue) = 183+169+234=586 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.23% from 586); Green value is 169 (66.41% from 255 or 28.84% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #B7A9EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A9EA is #485615. Grayscale: #B4B4B4. Windows color (decimal): -4740630 or 15378871. OLE color: 15378871.

HSL color Cylindrical-coordinate representation of color #B7A9EA: hue angle of 252.92º 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 #B7A9EA is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 169 234 -
CMYK 0.22 0.28 0 0.08
HSL 252.92º 0.61% 0.79% -
HSV(B) 252.92º 0.28% 0.92% -
XYZ 48.57 44.38 83.85 -
YUV 180.6 158.14 129.71 -
System Red Green Blue C M Y K H S L
Decimal 183 169 234 0.22 0.28 0 0.08 252.92 0.61 0.79
Hex B7 A9 EA 16 1C 0 8 FD 3D 4F
Octal 267 251 352 26 34 0 10 375 75 117
Binary 10110111 10101001 11101010 10110 11100 0 1000 11111101 111101 1001111

Color Harmonies of #B7A9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A9EA

Black with #B7A9EA

Text Example


Text Example

White with #B7A9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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