Html Css Color HEX #B8ADFA Melrose

📋 copy color: '#B8ADFA'

red 184 ◦ green 173 ◦ blue 250

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

Shades of Melrose #B8ADFA

Tints of Melrose #B8ADFA

RGB

 RED value IS 184 (72.27% from 255) = 30.31%

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

 BLUE value IS 250 (98.05% from 255) = 41.19%

R = 30.31%
G = 28.5%
B = 41.19%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B8ADFA (or 0xB8ADFA) is known color: Melrose. HEX triplet: B8, AD and FA. RGB value is (184,173,250). Sum of RGB (Red+Green+Blue) = 184+173+250=607 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.31% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #B8ADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8ADFA is #475205. Grayscale: #B8B8B8. Windows color (decimal): -4674054 or 16428472. OLE color: 16428472.

HSL color Cylindrical-coordinate representation of color #B8ADFA: hue angle of 248.57º degrees, saturation: 0.89, 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 #B8ADFA is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 173 250 -
CMYK 0.26 0.31 0 0.02
HSL 248.57º 0.89% 0.83% -
HSV(B) 248.57º 0.31% 0.98% -
XYZ 51.97 46.98 96.77 -
YUV 185.07 164.64 127.24 -
System Red Green Blue C M Y K H S L
Decimal 184 173 250 0.26 0.31 0 0.02 248.57 0.89 0.83
Hex B8 AD FA 1A 1F 0 2 F9 59 53
Octal 270 255 372 32 37 0 2 371 131 123
Binary 10111000 10101101 11111010 11010 11111 0 10 11111001 1011001 1010011

Color Harmonies of #B8ADFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ADFA

Black with #B8ADFA

Text Example


Text Example

White with #B8ADFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ADFA; }

 p { color: rgb(184,173,250); }

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

background-color css

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

 a { background-color: rgb(184,173,250); }

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

border-color css

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

 span { border-color: rgb(184,173,250); }

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