Html Css Color HEX #B7ADFD Melrose

📋 copy color: '#B7ADFD'

red 183 ◦ green 173 ◦ blue 253

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

Shades of Melrose #B7ADFD

Tints of Melrose #B7ADFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.54%

R = 30.05%
G = 28.41%
B = 41.54%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B7ADFD (or 0xB7ADFD) is known color: Melrose. HEX triplet: B7, AD and FD. RGB value is (183,173,253). Sum of RGB (Red+Green+Blue) = 183+173+253=609 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.05% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #B7ADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7ADFD is #485202. Grayscale: #B8B8B8. Windows color (decimal): -4739587 or 16625079. OLE color: 16625079.

HSL color Cylindrical-coordinate representation of color #B7ADFD: hue angle of 247.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B7ADFD is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 183 173 253 -
CMYK 0.28 0.32 0 0.01
HSL 247.5º 0.95% 0.84% -
HSV(B) 247.5º 0.32% 0.99% -
XYZ 52.2 47.05 99.26 -
YUV 185.11 166.31 126.5 -
System Red Green Blue C M Y K H S L
Decimal 183 173 253 0.28 0.32 0 0.01 247.5 0.95 0.84
Hex B7 AD FD 1C 20 0 1 F8 5F 54
Octal 267 255 375 34 40 0 1 370 137 124
Binary 10110111 10101101 11111101 11100 100000 0 1 11111000 1011111 1010100

Color Harmonies of #B7ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7ADFD

Black with #B7ADFD

Text Example


Text Example

White with #B7ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7ADFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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