Html Css Color HEX #B8ADF3 Melrose

📋 copy color: '#B8ADF3'

red 184 ◦ green 173 ◦ blue 243

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

Shades of Melrose #B8ADF3

Tints of Melrose #B8ADF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 40.5%

R = 30.67%
G = 28.83%
B = 40.5%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B8ADF3 (or 0xB8ADF3) is known color: Melrose. HEX triplet: B8, AD and F3. RGB value is (184,173,243). Sum of RGB (Red+Green+Blue) = 184+173+243=600 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.67% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 243 (95.31% from 255 or 40.5% from 600); Max value from RGB is 243 - color contains mainly: blue. Hex color #B8ADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8ADF3 is #47520C. Grayscale: #B7B7B7. Windows color (decimal): -4674061 or 15969720. OLE color: 15969720.

HSL color Cylindrical-coordinate representation of color #B8ADF3: hue angle of 249.43º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B8ADF3 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 184 173 243 -
CMYK 0.24 0.29 0 0.05
HSL 249.43º 0.74% 0.82% -
HSV(B) 249.43º 0.29% 0.95% -
XYZ 50.89 46.55 91.1 -
YUV 184.27 161.14 127.81 -
System Red Green Blue C M Y K H S L
Decimal 184 173 243 0.24 0.29 0 0.05 249.43 0.74 0.82
Hex B8 AD F3 18 1D 0 5 F9 4A 52
Octal 270 255 363 30 35 0 5 371 112 122
Binary 10111000 10101101 11110011 11000 11101 0 101 11111001 1001010 1010010

Color Harmonies of #B8ADF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ADF3

Black with #B8ADF3

Text Example


Text Example

White with #B8ADF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ADF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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