Html Css Color HEX #BBADF1 Melrose

📋 copy color: '#BBADF1'

red 187 ◦ green 173 ◦ blue 241

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

Shades of Melrose #BBADF1

Tints of Melrose #BBADF1

RGB

 RED value IS 187 (73.44% from 255) = 31.11%

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

 BLUE value IS 241 (94.53% from 255) = 40.1%

R = 31.11%
G = 28.79%
B = 40.1%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBADF1 (or 0xBBADF1) is known color: Melrose. HEX triplet: BB, AD and F1. RGB value is (187,173,241). Sum of RGB (Red+Green+Blue) = 187+173+241=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBADF1 is #44520E. Grayscale: #B8B8B8. Windows color (decimal): -4477455 or 15838651. OLE color: 15838651.

HSL color Cylindrical-coordinate representation of color #BBADF1: hue angle of 252.35º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBADF1 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 173 241 -
CMYK 0.22 0.28 0 0.05
HSL 252.35º 0.71% 0.81% -
HSV(B) 252.35º 0.28% 0.95% -
XYZ 51.31 46.8 89.55 -
YUV 184.94 159.64 129.47 -
System Red Green Blue C M Y K H S L
Decimal 187 173 241 0.22 0.28 0 0.05 252.35 0.71 0.81
Hex BB AD F1 16 1C 0 5 FC 47 51
Octal 273 255 361 26 34 0 5 374 107 121
Binary 10111011 10101101 11110001 10110 11100 0 101 11111100 1000111 1010001

Color Harmonies of #BBADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADF1

Black with #BBADF1

Text Example


Text Example

White with #BBADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADF1; }

 p { color: rgb(187,173,241); }

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

background-color css

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

 a { background-color: rgb(187,173,241); }

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

border-color css

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

 span { border-color: rgb(187,173,241); }

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