Html Css Color HEX #B7A9FB Melrose

📋 copy color: '#B7A9FB'

red 183 ◦ green 169 ◦ blue 251

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

Shades of Melrose #B7A9FB

Tints of Melrose #B7A9FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.63%

R = 30.35%
G = 28.03%
B = 41.63%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B7A9FB (or 0xB7A9FB) is known color: Melrose. HEX triplet: B7, A9 and FB. RGB value is (183,169,251). Sum of RGB (Red+Green+Blue) = 183+169+251=603 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.35% from 603); Green value is 169 (66.41% from 255 or 28.03% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #B7A9FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A9FB is #485604. Grayscale: #B6B6B6. Windows color (decimal): -4740613 or 16492983. OLE color: 16492983.

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

Color convert

RGB 183 169 251 -
CMYK 0.27 0.33 0 0.02
HSL 250.24º 0.91% 0.82% -
HSV(B) 250.24º 0.33% 0.98% -
XYZ 51.13 45.41 97.34 -
YUV 182.53 166.64 128.33 -
System Red Green Blue C M Y K H S L
Decimal 183 169 251 0.27 0.33 0 0.02 250.24 0.91 0.82
Hex B7 A9 FB 1B 21 0 2 FA 5B 52
Octal 267 251 373 33 41 0 2 372 133 122
Binary 10110111 10101001 11111011 11011 100001 0 10 11111010 1011011 1010010

Color Harmonies of #B7A9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A9FB

Black with #B7A9FB

Text Example


Text Example

White with #B7A9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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