Html Css Color HEX #B7A9F9 Melrose

📋 copy color: '#B7A9F9'

red 183 ◦ green 169 ◦ blue 249

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

Shades of Melrose #B7A9F9

Tints of Melrose #B7A9F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.43%

R = 30.45%
G = 28.12%
B = 41.43%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B7A9F9 (or 0xB7A9F9) is known color: Melrose. HEX triplet: B7, A9 and F9. RGB value is (183,169,249). Sum of RGB (Red+Green+Blue) = 183+169+249=601 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.45% from 601); Green value is 169 (66.41% from 255 or 28.12% from 601); Blue value is 249 (97.66% from 255 or 41.43% from 601); Max value from RGB is 249 - color contains mainly: blue. Hex color #B7A9F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A9F9 is #485606. Grayscale: #B6B6B6. Windows color (decimal): -4740615 or 16361911. OLE color: 16361911.

HSL color Cylindrical-coordinate representation of color #B7A9F9: hue angle of 250.5º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B7A9F9 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 169 249 -
CMYK 0.27 0.32 0 0.02
HSL 250.5º 0.87% 0.82% -
HSV(B) 250.5º 0.32% 0.98% -
XYZ 50.82 45.28 95.68 -
YUV 182.31 165.64 128.5 -
System Red Green Blue C M Y K H S L
Decimal 183 169 249 0.27 0.32 0 0.02 250.5 0.87 0.82
Hex B7 A9 F9 1B 20 0 2 FB 57 52
Octal 267 251 371 33 40 0 2 373 127 122
Binary 10110111 10101001 11111001 11011 100000 0 10 11111011 1010111 1010010

Color Harmonies of #B7A9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A9F9

Black with #B7A9F9

Text Example


Text Example

White with #B7A9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A9F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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