Html Css Color HEX #B7ADFB Melrose

📋 copy color: '#B7ADFB'

red 183 ◦ green 173 ◦ blue 251

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

Shades of Melrose #B7ADFB

Tints of Melrose #B7ADFB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.5%

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

R = 30.15%
G = 28.5%
B = 41.35%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B7ADFB (or 0xB7ADFB) is known color: Melrose. HEX triplet: B7, AD and FB. RGB value is (183,173,251). Sum of RGB (Red+Green+Blue) = 183+173+251=607 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.15% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #B7ADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7ADFB is #485204. Grayscale: #B8B8B8. Windows color (decimal): -4739589 or 16494007. OLE color: 16494007.

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

Color convert

RGB 183 173 251 -
CMYK 0.27 0.31 0 0.02
HSL 247.69º 0.91% 0.83% -
HSV(B) 247.69º 0.31% 0.98% -
XYZ 51.88 46.92 97.59 -
YUV 184.88 165.31 126.66 -
System Red Green Blue C M Y K H S L
Decimal 183 173 251 0.27 0.31 0 0.02 247.69 0.91 0.83
Hex B7 AD FB 1B 1F 0 2 F8 5B 53
Octal 267 255 373 33 37 0 2 370 133 123
Binary 10110111 10101101 11111011 11011 11111 0 10 11111000 1011011 1010011

Color Harmonies of #B7ADFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7ADFB

Black with #B7ADFB

Text Example


Text Example

White with #B7ADFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7ADFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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